ObjectGetPropertyFunc
typealias ObjectGetPropertyFunc = (object: Object, <Error class: unknown class>, value: Value, pspec: ParamSpec) -> Unit(source)
The type of the @get_property function of #GObjectClass.
param
objecta #GObjectparam
propertyIdthe numeric id under which the property was registered with g_object_class_install_property().param
valuea #GValue to return the property value inparam
pspecthe #GParamSpec describing the property