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.

class Type
static
void
addInterfaceDynamic

Parameters

instanceType GType

the GType value of an instantiable type.

interfaceType GType

the GType value of an interface type.

plugin TypePlugin

the GTypePlugin structure to retrieve the GInterfaceInfo from.

Meta