mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
GMarkupParseContext: Improve struct packing
This commit is contained in:
parent
f8b154f53a
commit
9890c03579
@ -124,6 +124,8 @@ struct _GMarkupParseContext
|
||||
gint line_number;
|
||||
gint char_number;
|
||||
|
||||
GMarkupParseState state;
|
||||
|
||||
gpointer user_data;
|
||||
GDestroyNotify dnotify;
|
||||
|
||||
@ -134,7 +136,6 @@ struct _GMarkupParseContext
|
||||
GString *partial_chunk;
|
||||
GSList *spare_chunks;
|
||||
|
||||
GMarkupParseState state;
|
||||
GSList *tag_stack;
|
||||
GSList *tag_stack_gstr;
|
||||
GSList *spare_list_nodes;
|
||||
|
Loading…
Reference in New Issue
Block a user