ObjectG.interfaceFindProperty

Find the GParamSpec with the given name for an interface. Generally, the interface vtable passed in as g_iface will be the default vtable from g_type_default_interface_ref(), or, if you know the interface has already been loaded, g_type_default_interface_peek(). Since 2.4

class ObjectG
static
interfaceFindProperty
(
void* iface
,)

Parameters

iface void*

any interface vtable for the interface, or the default vtable for the interface

propertyName string

name of a property to lookup.

Return Value

Type: ParamSpec

the GParamSpec for the property of the interface with the name property_name, or NULL if no such property exists. [transfer none]

Meta