diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 15:04:54 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 15:04:54 -0500 |
| commit | 832062b6c5d1339726abee1c942df89ed8370bac (patch) | |
| tree | cb8ce8274bc5d74720409652635d9d9fc557e077 /libdbusmenu-glib/dbus-menu-clean.xml | |
| parent | fe87fe143ac15a15fbe5e035de48fd5d44801878 (diff) | |
| parent | 0bb911f850ebfd0f4ad2686966933272bb9bdefd (diff) | |
| download | libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.tar.gz libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.tar.bz2 libdbusmenu-832062b6c5d1339726abee1c942df89ed8370bac.zip | |
* New upstream release.
* Reduce the number of messages hud-service sends. (LP: #957022)
* Fix valgrind tests thanks to a little help from sewardj.
* Add gcov targets to autotools build for code-coverage reporting.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu-clean.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu-clean.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu-clean.xml b/libdbusmenu-glib/dbus-menu-clean.xml index 1550c5b..aa009b3 100644 --- a/libdbusmenu-glib/dbus-menu-clean.xml +++ b/libdbusmenu-glib/dbus-menu-clean.xml @@ -84,6 +84,16 @@ </arg> </method> + <method name="EventGroup"> + + <arg type="a(isvu)" name="events" direction="in"> + + </arg> + <arg type="ai" name="idErrors" direction="out"> + + </arg> + </method> + <method name="AboutToShow"> <arg type="i" name="id" direction="in"> @@ -94,6 +104,19 @@ </arg> </method> + <method name="AboutToShowGroup"> + + <arg type="ai" name="ids" direction="in"> + + </arg> + <arg type="ai" name="updatesNeeded" direction="out"> + + </arg> + <arg type="ai" name="idErrors" direction="out"> + + </arg> + </method> + <signal name="ItemsPropertiesUpdated"> |
