[glib] Take out excessive width
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Take out excessive width
- Date: Thu, 8 Dec 2011 23:11:56 +0000 (UTC)
commit efd23e23c68d2fa90c24870c5f89db96796fd41e
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]