Type.addInterfaceDynamic

Adds the dynamic @interface_type to @instantiable_type. The information contained in the #GTypePlugin structure pointed to by @plugin is used to manage the relationship.

struct Type
static
void
addInterfaceDynamic

Parameters

instanceType GType

#GType value of an instantiable type

interfaceType GType

#GType value of an interface type

plugin TypePluginIF

#GTypePlugin structure to retrieve the #GInterfaceInfo from

Meta