[glib] GDBusProxy: Improve struct packing
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GDBusProxy: Improve struct packing
- Date: Tue, 12 Apr 2011 14:02:59 +0000 (UTC)
commit 8903ec808bb02847d80a26c6224b319b2b2be059
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 12 10:00:37 2011 -0400
GDBusProxy: Improve struct packing
gio/gdbusproxy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]