Method
GIRepositoryStructInfoget_field
since: 2.80
Declaration [src]
GIFieldInfo*
gi_struct_info_get_field (
GIStructInfo* info,
unsigned int n
)
Return value
Type: GIFieldInfo
The GIFieldInfo
. 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. |