From 8903ec808bb02847d80a26c6224b319b2b2be059 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Apr 2011 10:00:37 -0400 Subject: [PATCH] GDBusProxy: Improve struct packing --- gio/gdbusproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index 67af1fb..e9e7ecf 100644 --- a/gio/gdbusproxy.c +++ b/gio/gdbusproxy.c @@ -82,9 +82,9 @@ struct _GDBusProxyPrivate { GBusType bus_type; + GDBusProxyFlags flags; GDBusConnection *connection; - GDBusProxyFlags flags; gchar *name; gchar *name_owner; gchar *object_path; -- 2.7.4