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