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().

class ObjectG
static
interfaceFindProperty
(
void* gIface
,)

Parameters

gIface void*

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

propertyName string

name of a property to lookup.

Return: the #GParamSpec for the property of the interface with the name @property_name, or %NULL if no such property exists.

Meta