mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
GFileAttributeMatcher: Improve struct packing
This commit is contained in:
@@ -2096,12 +2096,13 @@ typedef struct {
|
|||||||
struct _GFileAttributeMatcher {
|
struct _GFileAttributeMatcher {
|
||||||
gboolean all;
|
gboolean all;
|
||||||
SubMatcher sub_matchers[ON_STACK_MATCHERS];
|
SubMatcher sub_matchers[ON_STACK_MATCHERS];
|
||||||
|
gint ref;
|
||||||
|
|
||||||
GArray *more_sub_matchers;
|
GArray *more_sub_matchers;
|
||||||
|
|
||||||
/* Interator */
|
/* Interator */
|
||||||
guint32 iterator_ns;
|
guint32 iterator_ns;
|
||||||
int iterator_pos;
|
gint iterator_pos;
|
||||||
int ref;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user