Function Macro
GObjectPRIVATE_OFFSET
since: 2.38
Declaration [src]
#define G_PRIVATE_OFFSET (
TypeName,
field
)
Description [src]
Evaluates to the offset of the field
inside the instance private data
structure for TypeName
.
Note that this macro can only be used together with the G_DEFINE_TYPE_*
and G_ADD_PRIVATE() macros, since it depends on variable names from
those macros.
Available since: 2.38
This function is not directly available to language bindings.