Editable.delegateGetProperty

bool delegateGetProperty(gobject.object.ObjectWrap object, uint propId, gobject.value.Value value, gobject.param_spec.ParamSpec pspec)

Gets a property of the [gtk.editable.Editable] delegate for object.

This is helper function that should be called in the get_property function of your [gtk.editable.Editable] implementation, before handling your own properties.

Parameters

objecta [gobject.object.ObjectWrap]
propIda property ID
valuevalue to set
pspecthe [gobject.param_spec.ParamSpec] for the property

Returns

true if the property was found