ImplementsInterface.implementsInterfaceCheck

check a given object for an interface implementation, and check whether this interface is supported for this specific instance.

class ImplementsInterface
static
int
implementsInterfaceCheck
(
void* from
,)

Parameters

from void*

the object (any sort) from which to check from for the interface

type GType

the interface type to check for

Return Value

Type: int

whether or not the object implements the given interface

Meta