API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
#define G_STRUCT_MEMBER ( member_type, struct_p, struct_offset )
Returns a member of a structure at a given offset, using the given type.
This function is not directly available to language bindings.
member_type
Type: -
-
The type of the struct field.
struct_p
A pointer to a struct.
struct_offset
The offset of the field from the start of the struct, in bytes.