Method
GIRepositoryUnionInfoget_method
since: 2.80
Declaration [src]
GIFunctionInfo*
gi_union_info_get_method (
GIUnionInfo* info,
unsigned int n
)
Description [src]
Obtain the type information for the method with the specified index.
Available since: 2.80
Return value
Type: GIFunctionInfo
The GIFunctionInfo
, free it
with gi_base_info_unref()
when done.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |