mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
GFileAttributeMatcher: Improve struct packing
This commit is contained in:
parent
8903ec808b
commit
3e4f3673d8
@ -2096,12 +2096,13 @@ typedef struct {
|
||||
struct _GFileAttributeMatcher {
|
||||
gboolean all;
|
||||
SubMatcher sub_matchers[ON_STACK_MATCHERS];
|
||||
gint ref;
|
||||
|
||||
GArray *more_sub_matchers;
|
||||
|
||||
/* Interator */
|
||||
guint32 iterator_ns;
|
||||
int iterator_pos;
|
||||
int ref;
|
||||
gint iterator_pos;
|
||||
};
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user