[glib/wip/menus-rebase3] Take out excessive width



commit 4a5ae0d81bf39f1d6abd123191b281388a496348
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 27 18:52:15 2011 -0500

    Take out excessive width

 gio/gmenuproxy.h |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gio/gmenuproxy.h b/gio/gmenuproxy.h
index 25c4a2a..f848023 100644
--- a/gio/gmenuproxy.h
+++ b/gio/gmenuproxy.h
@@ -26,18 +26,18 @@
 
 G_BEGIN_DECLS
 
-#define G_TYPE_MENU_PROXY                                   (g_menu_proxy_get_type ())
-#define G_MENU_PROXY(inst)                                  (G_TYPE_CHECK_INSTANCE_CAST ((inst),                     \
-                                                             G_TYPE_MENU_PROXY, GMenuProxy))
-#define G_IS_MENU_PROXY(inst)                               (G_TYPE_CHECK_INSTANCE_TYPE ((inst),                     \
-                                                             G_TYPE_MENU_PROXY))
-
-typedef struct _GMenuProxy                                  GMenuProxy;
-
-GType                   g_menu_proxy_get_type                           (void) G_GNUC_CONST;
-GMenuProxy *            g_menu_proxy_get                                (GDBusConnection *connection,
-                                                                         const gchar     *bus_name,
-                                                                         const gchar     *object_path);
+#define G_TYPE_MENU_PROXY     (g_menu_proxy_get_type ())
+#define G_MENU_PROXY(inst)    (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
+                               G_TYPE_MENU_PROXY, GMenuProxy))
+#define G_IS_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
+                               G_TYPE_MENU_PROXY))
+
+typedef struct _GMenuProxy GMenuProxy;
+
+GType        g_menu_proxy_get_type (void) G_GNUC_CONST;
+GMenuProxy * g_menu_proxy_get      (GDBusConnection *connection,
+                                    const gchar     *bus_name,
+                                    const gchar     *object_path);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]