aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-18 16:05:09 -0600
committerTed Gould <ted@gould.cx>2011-02-18 16:05:09 -0600
commitb6b89c9b74e0e2a90d8af7749d817a512bde95d8 (patch)
tree0a23dfe0be0606425300246bcaa0280ccf78d8a2 /libdbusmenu-glib/client.h
parent1393edc283ac4b62f0e29612f77e7a95fbe7e7bc (diff)
downloadlibdbusmenu-b6b89c9b74e0e2a90d8af7749d817a512bde95d8.tar.gz
libdbusmenu-b6b89c9b74e0e2a90d8af7749d817a512bde95d8.tar.bz2
libdbusmenu-b6b89c9b74e0e2a90d8af7749d817a512bde95d8.zip
Adds a status property that is gotten over DBus
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index 3bab503..e812aa2 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -53,6 +53,7 @@ G_BEGIN_DECLS
#define DBUSMENU_CLIENT_PROP_DBUS_NAME "dbus-name"
#define DBUSMENU_CLIENT_PROP_DBUS_OBJECT "dbus-object"
+#define DBUSMENU_CLIENT_PROP_STATUS "status"
#define DBUSMENU_CLIENT_TYPES_DEFAULT "standard"
#define DBUSMENU_CLIENT_TYPES_SEPARATOR "separator"
@@ -159,6 +160,7 @@ void dbusmenu_client_send_about_to_show(DbusmenuClient * client,
void (*cb) (gpointer user_data),
gpointer cb_data);
DbusmenuTextDirection dbusmenu_client_get_text_direction (DbusmenuClient * client);
+DbusmenuStatus dbusmenu_client_get_status (DbusmenuClient * client);
/**
SECTION:client