From cae176681adb2e32464ec690b319008ae04a4a09 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 31 Mar 2010 13:47:27 -0500 Subject: Adding a set of callbacks so that we can respond to the about to show request. --- libdbusmenu-glib/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libdbusmenu-glib/client.h') diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h index 5f1c8d1..2b76f5e 100644 --- a/libdbusmenu-glib/client.h +++ b/libdbusmenu-glib/client.h @@ -110,7 +110,9 @@ void dbusmenu_client_send_event (DbusmenuClient * client, const GValue * value, guint timestamp); void dbusmenu_client_send_about_to_show(DbusmenuClient * client, - gint id); + gint id, + void (*cb) (gpointer user_data), + gpointer cb_data); /** SECTION:client -- cgit v1.2.3