TypeInterface.getPlugin

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 TypeInterface
static
getPlugin

Parameters

instanceType GType

#GType of an instantiatable type

interfaceType GType

#GType of an interface type

Return Value

the #GTypePlugin for the dynamic interface @interface_type of @instance_type

Meta