Function
GObjecttype_check_instance_cast
Declaration [src]
GTypeInstance*
g_type_check_instance_cast (
GTypeInstance* instance,
GType iface_type
)
Parameters
instance
-
Type:
GTypeInstance
No description available.
The data is owned by the caller of the function. iface_type
-
Type:
GType
No description available.
Return value
Type: GTypeInstance
No description available.
The data is owned by the called function. |