ObjectG.getProperty

Template for getting a GObject property.

  1. T getProperty(string propertyName)
    class ObjectG
    const
    T
    getProperty
    (
    T
    )
    ()
  2. void getProperty(string propertyName, gobject.value.Value value)

Parameters

propertyName string

Name of the GObject property

Return Value

Type: T

The property value (must match the property value type)