aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-03 18:09:57 -0800
committerTed Gould <ted@gould.cx>2010-02-03 18:09:57 -0800
commit167062acbd9cddb34596328404fe648f68cc6999 (patch)
treef674c1d9b2c221eeea48b75e1e00a3c46c33957c /libdbusmenu-glib/client.h
parent9b7020779b1b334d696e6d165d1d61f95c12fc0a (diff)
downloadlibdbusmenu-167062acbd9cddb34596328404fe648f68cc6999.tar.gz
libdbusmenu-167062acbd9cddb34596328404fe648f68cc6999.tar.bz2
libdbusmenu-167062acbd9cddb34596328404fe648f68cc6999.zip
Bringing through the handling of events through the local subclass of the item.
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index b42bc83..1c92e92 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -104,6 +104,11 @@ DbusmenuMenuitem * dbusmenu_client_get_root (DbusmenuClient * client)
gboolean dbusmenu_client_add_type_handler (DbusmenuClient * client,
const gchar * type,
DbusmenuClientTypeHandler newfunc);
+void dbusmenu_client_send_event (DbusmenuClient * client,
+ gint id,
+ const gchar * name,
+ const GValue * value,
+ guint timestamp);
/**
SECTION:client