delegate_set_property


Description:

public static bool delegate_set_property (Object object, uint prop_id, Value value, ParamSpec pspec)

Sets a property on the `GtkEditable` delegate for object.

This is a helper function that should be called in the `set_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