GIRepository.FunctionInfo g_object_info_find_method_using_interfaces GIRepository.ObjectInfo info utf8 name GIRepository.ObjectInfo implementor object_info_find_method_using_interfaces @accepts(GIRepository.ObjectInfo, utf8, GIRepository.ObjectInfo) @returns(GIRepository.FunctionInfo) def object_info_find_method_using_interfaces(info, name, 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.