Method

GIRepositoryStructInfoget_field

since: 2.80

Declaration

GIFieldInfo*
gi_struct_info_get_field (
  GIStructInfo* info,
  unsigned int n
)

Description

Obtain the type information for field with specified index.

Available since: 2.80

Parameters

n

Type: unsigned int

A field index.

Return value

Type: GIFieldInfo

The GIFieldInfo. Free it with gi_base_info_unref() when done.

The caller of the method takes ownership of the data, and is responsible for freeing it.