Type.addInterfaceDynamic

Adds @interface_type to the dynamic @instance_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 instantiatable type

interfaceType GType

#GType value of an interface type

plugin TypePluginIF

#GTypePlugin structure to retrieve the #GInterfaceInfo from

Meta