GFileAttributeMatcher: Improve struct packing
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:01:05 +0000 (10:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:01:05 +0000 (10:01 -0400)
gio/gfileinfo.c

index 41c242d..579148d 100644 (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