Method
GIRepositoryEnumInfoget_method
since: 2.80
Declaration [src]
GIFunctionInfo*
gi_enum_info_get_method (
GIEnumInfo* info,
unsigned int n
)
Return value
Type: GIFunctionInfo
The GIFunctionInfo
. Free the
struct by calling gi_base_info_unref()
when done.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |