GIRepository.FunctionInfo g_interface_info_find_method GIRepository.InterfaceInfo info utf8 name interface_info_find_method @accepts(GIRepository.InterfaceInfo, utf8) @returns(GIRepository.FunctionInfo) def interface_info_find_method(info, name)

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

Free the struct by calling g_base_info_unref() when done.

info :

a GIInterfaceInfo

name :

name of method to obtain

Returns :

the GIFunctionInfo or None if none found.