GIFunctionInfo* g_object_info_find_method GIObjectInfo* info gchar* name g_object_info_find_method GIFunctionInfo* g_object_info_find_method (GIObjectInfo* info, gchar* name);

Obtain a method of the object type given a @name. %NULL will be returned if there's no method available with that name.

g_base_info_unref() when done.

info :

a GIRepository.ObjectInfo

name :

name of method to obtain

Returns :

the GIRepository.FunctionInfo. Free the struct by calling