aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-26 10:34:33 -0500
committerTed Gould <ted@gould.cx>2010-08-26 10:34:33 -0500
commitffd29638de796d57380def939ef23c7ad8e892cd (patch)
treef552fd6ad2e50ece2d5ec0aaa3745bacfee55ec8 /libdbusmenu-glib/client.h
parent985ae78d54febec59f11ce58984d8adc59e84baf (diff)
downloadlibdbusmenu-ffd29638de796d57380def939ef23c7ad8e892cd.tar.gz
libdbusmenu-ffd29638de796d57380def939ef23c7ad8e892cd.tar.bz2
libdbusmenu-ffd29638de796d57380def939ef23c7ad8e892cd.zip
Creating a signal for the error situation on the signal.
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index dcbe5c2..24d8f57 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -47,6 +47,7 @@ G_BEGIN_DECLS
#define DBUSMENU_CLIENT_SIGNAL_ROOT_CHANGED "root-changed"
#define DBUSMENU_CLIENT_SIGNAL_NEW_MENUITEM "new-menuitem"
#define DBUSMENU_CLIENT_SIGNAL_ITEM_ACTIVATE "item-activate"
+#define DBUSMENU_CLIENT_SIGNAL_EVENT_ERROR "event-error"
#define DBUSMENU_CLIENT_PROP_DBUS_NAME "dbus-name"
#define DBUSMENU_CLIENT_PROP_DBUS_OBJECT "dbus-object"