delegate_get_property
Description:
public static bool delegate_get_property (Object object, uint prop_id, Value value, ParamSpec pspec)
Gets a property of the `GtkEditable` delegate for object
.
This is helper function that should be called in the `get_property` function of your `GtkEditable` implementation, before handling your own properties.
Parameters:
object |
a `GObject` |
prop_id |
a property ID |
value |
value to set |
pspec |
the `GParamSpec` for the property |
Returns:
true if the property was found |