diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 12:41:41 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 12:41:41 +0200 |
| commit | 042dd16d3e0f8b6149e80243aa833832aa4fc1f6 (patch) | |
| tree | 48bcee799eeeb8ca7e73e2000e2d48c6e79d55ab /libdbusmenu-glib/client.h | |
| parent | 0f343edd778547d86b08bc4550f29429715928f1 (diff) | |
| parent | 65bd97a9dfb54716be7797923773e1ad7a33a67c (diff) | |
| download | libdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.tar.gz libdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.tar.bz2 libdbusmenu-042dd16d3e0f8b6149e80243aa833832aa4fc1f6.zip | |
releasing version 0.2.8-0ubuntu2
Diffstat (limited to 'libdbusmenu-glib/client.h')
| -rw-r--r-- | libdbusmenu-glib/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h index 3909578..2b76f5e 100644 --- a/libdbusmenu-glib/client.h +++ b/libdbusmenu-glib/client.h @@ -109,6 +109,10 @@ void dbusmenu_client_send_event (DbusmenuClient * client, const gchar * name, const GValue * value, guint timestamp); +void dbusmenu_client_send_about_to_show(DbusmenuClient * client, + gint id, + void (*cb) (gpointer user_data), + gpointer cb_data); /** SECTION:client |
