aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-18 15:33:51 -0600
committerTed Gould <ted@gould.cx>2011-02-18 15:33:51 -0600
commit948372f3a709d729524d6977ff49361fa06d80ac (patch)
treee0eed76543819d852c103d0a59b489b935c29cea /libdbusmenu-glib/server.h
parent84f77e8815f2747b4f76818d6f168cdd3e2f67c5 (diff)
downloadlibdbusmenu-948372f3a709d729524d6977ff49361fa06d80ac.tar.gz
libdbusmenu-948372f3a709d729524d6977ff49361fa06d80ac.tar.bz2
libdbusmenu-948372f3a709d729524d6977ff49361fa06d80ac.zip
Adding in the status property
Diffstat (limited to 'libdbusmenu-glib/server.h')
-rw-r--r--libdbusmenu-glib/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/server.h b/libdbusmenu-glib/server.h
index 6441570..54cf5fc 100644
--- a/libdbusmenu-glib/server.h
+++ b/libdbusmenu-glib/server.h
@@ -54,6 +54,7 @@ G_BEGIN_DECLS
#define DBUSMENU_SERVER_PROP_ROOT_NODE "root-node"
#define DBUSMENU_SERVER_PROP_VERSION "version"
#define DBUSMENU_SERVER_PROP_TEXT_DIRECTION "text-direction"
+#define DBUSMENU_SERVER_PROP_STATUS "status"
typedef struct _DbusmenuServerPrivate DbusmenuServerPrivate;