FieldInfo


Object Hierarchy:

Object hierarchy for FieldInfo

Description:

[ CCode ( type_id = "g_base_info_gtype_get_type ()" ) ]
[ Compact ]
public class FieldInfo : BaseInfo

A `GIFieldInfo` struct represents a field of a struct, union, or object.

The `GIFieldInfo` is fetched by calling [method@GIRepository.StructInfo.get_field], [method@GIRepository.UnionInfo.get_field] or [ method@GIRepository.ObjectInfo.get_field].

A field has a size, type and a struct offset associated and a set of flags, which are currently `GI_FIELD_IS_READABLE` or `GI_FIELD_IS_WRITABLE`.

See also: [type@GIRepository.StructInfo], [type@GIRepository.UnionInfo], [type@GIRepository.ObjectInfo]


Namespace: GI

Content:

Methods:

Inherited Members: