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
.
interface_type |
Type of an interface type |
instance_type |
Type of an instantiatable type |
the TypePlugin for the dynamic interface |