aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-28 16:01:16 -0500
committerTed Gould <ted@canonical.com>2009-04-28 16:01:16 -0500
commitbc2a1a314b64960eda857284bc0149193433a0a1 (patch)
treee6fca66d2d7274c4cfb0ed9e790857883e3a684f /libdbusmenu-glib/client.h
parent640720591a52701b852564fba3e0df3bd3c56e40 (diff)
downloadlibdbusmenu-bc2a1a314b64960eda857284bc0149193433a0a1.tar.gz
libdbusmenu-bc2a1a314b64960eda857284bc0149193433a0a1.tar.bz2
libdbusmenu-bc2a1a314b64960eda857284bc0149193433a0a1.zip
Fix property names.
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index d54b9d7..bc4559a 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -15,6 +15,9 @@ G_BEGIN_DECLS
#define DBUSMENU_IS_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DBUSMENU_TYPE_CLIENT))
#define DBUSMENU_CLIENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DBUSMENU_TYPE_CLIENT, DbusmenuClientClass))
+#define DBUSMENU_CLIENT_PROP_DBUS_NAME "dbus-name"
+#define DBUSMENU_CLIENT_PROP_DBUS_OBJECT "dbus-object"
+
typedef struct _DbusmenuClient DbusmenuClient;
typedef struct _DbusmenuClientClass DbusmenuClientClass;