ObjectG.interfaceListProperties

Lists the properties of 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
interfaceListProperties
(
void* gIface
)

Parameters

gIface void*

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

Meta