API Version: 2.0
Library Version: 2.72
#define G_STRUCT_OFFSET ( struct_type, member )
Returns the offset, in bytes, of a member of a struct.
struct_type
-
A structure type, e.g. GtkWidget.
GtkWidget
member
A field in the structure, e.g. window.
window