aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-16 10:14:39 -0500
committerTed Gould <ted@canonical.com>2009-04-16 10:14:39 -0500
commitc317346bb949b4ad8b87082668e93535d7ae47ae (patch)
treeb2d724e7534467db2716417ca9bf1d6e8bd90c8b /libdbusmenu-glib/server.h
parent701d32624ece7c6b4bb4bfc2c8d24109b06bde75 (diff)
downloadlibdbusmenu-c317346bb949b4ad8b87082668e93535d7ae47ae.tar.gz
libdbusmenu-c317346bb949b4ad8b87082668e93535d7ae47ae.tar.bz2
libdbusmenu-c317346bb949b4ad8b87082668e93535d7ae47ae.zip
Changing the TYPE to make more sense and installing the dbus profile
Diffstat (limited to 'libdbusmenu-glib/server.h')
-rw-r--r--libdbusmenu-glib/server.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libdbusmenu-glib/server.h b/libdbusmenu-glib/server.h
index 2d81587..a39b3b8 100644
--- a/libdbusmenu-glib/server.h
+++ b/libdbusmenu-glib/server.h
@@ -8,12 +8,12 @@
G_BEGIN_DECLS
-#define DBUSMENU_SERVER_TYPE (dbusmenu_server_get_type ())
-#define DBUSMENU_SERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DBUSMENU_SERVER_TYPE, DbusmenuServer))
-#define DBUSMENU_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DBUSMENU_SERVER_TYPE, DbusmenuServerClass))
-#define DBUSMENU_IS_SERVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DBUSMENU_SERVER_TYPE))
-#define DBUSMENU_IS_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DBUSMENU_SERVER_TYPE))
-#define DBUSMENU_SERVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DBUSMENU_SERVER_TYPE, DbusmenuServerClass))
+#define DBUSMENU_TYPE_SERVER (dbusmenu_server_get_type ())
+#define DBUSMENU_SERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DBUSMENU_TYPE_SERVER, DbusmenuServer))
+#define DBUSMENU_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DBUSMENU_TYPE_SERVER, DbusmenuServerClass))
+#define DBUSMENU_IS_SERVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DBUSMENU_TYPE_SERVER))
+#define DBUSMENU_IS_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DBUSMENU_TYPE_SERVER))
+#define DBUSMENU_SERVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DBUSMENU_TYPE_SERVER, DbusmenuServerClass))
typedef struct _DbusmenuServer DbusmenuServer;
typedef struct _DbusmenuServerClass DbusmenuServerClass;