Type.interfaceGetPlugin

Returns the GTypePlugin structure for the dynamic interface interface_type which has been added to instance_type, or NULL if interface_type has not been added to instance_type or does not have a GTypePlugin structure. See g_type_add_interface_dynamic().

class Type
static
interfaceGetPlugin

Parameters

instanceType GType

the GType value of an instantiatable type.

interfaceType GType

the GType value of an interface type.

Return Value

the GTypePlugin for the dynamic interface interface_type of instance_type. [transfer none]

Meta