GIFunctionInfo* g_object_info_find_method_using_interfaces GIObjectInfo* info gchar* name GIObjectInfo** implementor g_object_info_find_method_using_interfaces GIFunctionInfo* g_object_info_find_method_using_interfaces (GIObjectInfo* info, gchar* name, GIObjectInfo** implementor);

Obtain a method of the object given a @name, searching both the object @info and any interfaces it implements. %NULL will be returned if there's no method available with that name.

Note that this function does *not* search parent classes; you will have to chain up if that's desired.

g_base_info_unref() when done.

info :

a GIObjectInfo

name :

name of method to obtain

implementor :

The implementor of the interface

Returns :

the GIFunctionInfo. Free the struct by calling