Function Macro
GLibSIZEOF_MEMBER
since: 2.64
Declaration [src]
#define G_SIZEOF_MEMBER (
  struct_type,
  member
)
Description [src]
Returns the size of member in the struct definition without having a
declared instance of struct_type.
Available since: 2.64
This function is not directly available to language bindings.