Type.addInterfaceStatic

Adds the static interface_type to instantiable_type. The information contained in the GInterfaceInfo structure pointed to by info is used to manage the relationship.

class Type
static
void
addInterfaceStatic

Parameters

instanceType GType

GType value of an instantiable type.

interfaceType GType

GType value of an interface type.

info GInterfaceInfo*

The GInterfaceInfo structure for this (instance_type, interface_type) combination.

Meta