GObject.ObjectGetPropertyFunc

function onObjectGetPropertyFunc(object: GObject.Object, property_id: Number(guint), value: Any, pspec: GObject.ParamSpec): void {
}
  

The type of the @get_property function of GObject.ObjectClass.

object

a GObject.Object

property_id

the numeric id under which the property was registered with GObject.ObjectClass.install_property.

value

a GObject.Value to return the property value in

pspec

the GObject.ParamSpec describing the property