GDBusProxy: Improve struct packing
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:00:37 +0000 (10:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:00:37 +0000 (10:00 -0400)
gio/gdbusproxy.c

index 67af1fb..e9e7ecf 100644 (file)
@@ -82,9 +82,9 @@
 struct _GDBusProxyPrivate
 {
   GBusType bus_type;
+  GDBusProxyFlags flags;
   GDBusConnection *connection;
 
-  GDBusProxyFlags flags;
   gchar *name;
   gchar *name_owner;
   gchar *object_path;