EditableIF.delegateGetProperty

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.

interface EditableIF
static
bool
delegateGetProperty

Parameters

object ObjectG

a GObject

propId uint

a property ID

value Value

value to set

pspec ParamSpec

the GParamSpec for the property

Return Value

Type: bool

%TRUE if the property was found

Meta