Take out excessive width
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Nov 2011 23:52:15 +0000 (18:52 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:13 +0000 (18:05 -0500)
gio/gmenuproxy.h

index 25c4a2a..f848023 100644 (file)
 
 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