interface_get_plugin


Description:

public unowned TypePlugin interface_get_plugin (Type interface_type)

Returns the TypePlugin 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 TypePlugin structure.

See g_type_add_interface_dynamic.

Parameters:

interface_type

Type of an interface type

instance_type

Type of an instantiatable type

Returns:

the TypePlugin for the dynamic interface interface_type of instance_type