GFileAttributeMatcher: Improve struct packing

This commit is contained in:
Matthias Clasen 2011-04-12 10:01:05 -04:00
parent 8903ec808b
commit 3e4f3673d8

View File

@ -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