[gnome-panel] libpanel-applet: reformat panel-applet-factory.h
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] libpanel-applet: reformat panel-applet-factory.h
- Date: Thu, 6 Nov 2014 22:01:57 +0000 (UTC)
commit 83811fe3c74142df7ba993fcf245d8900490ce06
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Nov 6 19:49:52 2014 +0200
libpanel-applet: reformat panel-applet-factory.h
libpanel-applet/panel-applet-factory.h | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/libpanel-applet/panel-applet-factory.h b/libpanel-applet/panel-applet-factory.h
index 3c40390..6b58f79 100644
--- a/libpanel-applet/panel-applet-factory.h
+++ b/libpanel-applet/panel-applet-factory.h
@@ -26,20 +26,20 @@
G_BEGIN_DECLS
-#define PANEL_TYPE_APPLET_FACTORY (panel_applet_factory_get_type ())
-#define PANEL_APPLET_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PANEL_TYPE_APPLET_FACTORY,
PanelAppletFactory))
-#define PANEL_APPLET_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), PANEL_TYPE_APPLET_FACTORY,
PanelAppletFactoryClass))
-#define PANEL_IS_APPLET_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PANEL_TYPE_APPLET_FACTORY))
-
-typedef struct _PanelAppletFactory PanelAppletFactory;
-typedef struct _PanelAppletFactoryClass PanelAppletFactoryClass;
-
-GType panel_applet_factory_get_type (void) G_GNUC_CONST;
-PanelAppletFactory *panel_applet_factory_new (const gchar *applet_id,
- gboolean out_of_process,
- GType applet_type,
- GClosure *closure);
-gboolean panel_applet_factory_register_service (PanelAppletFactory *factory);
+#define PANEL_TYPE_APPLET_FACTORY (panel_applet_factory_get_type ())
+#define PANEL_APPLET_FACTORY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), PANEL_TYPE_APPLET_FACTORY,
PanelAppletFactory))
+#define PANEL_APPLET_FACTORY_CLASS(c) (G_TYPE_CHECK_CLASS_CAST((c), PANEL_TYPE_APPLET_FACTORY,
PanelAppletFactoryClass))
+#define PANEL_IS_APPLET_FACTORY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), PANEL_TYPE_APPLET_FACTORY))
+
+typedef struct _PanelAppletFactory PanelAppletFactory;
+typedef struct _PanelAppletFactoryClass PanelAppletFactoryClass;
+
+GType panel_applet_factory_get_type (void) G_GNUC_CONST;
+PanelAppletFactory *panel_applet_factory_new (const gchar *applet_id,
+ gboolean out_of_process,
+ GType applet_type,
+ GClosure *closure);
+gboolean panel_applet_factory_register_service (PanelAppletFactory *factory);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]