cast a given object to an interface type, and check whether this interface is supported for this specific instance.
the object (any sort) from which to cast to the interface
the interface type to cast to
a gpointer to the interface type
See Implementation
cast a given object to an interface type, and check whether this interface is supported for this specific instance.