diff options
author | Ted Gould <ted@gould.cx> | 2010-10-27 14:22:49 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-27 14:22:49 -0400 |
commit | fd954bb9d7e00405e23acd03a7dda5d97fb66e02 (patch) | |
tree | cc0cb8ec13eb31dae13e864560366ccb42fc3481 | |
parent | a5d8069f4b20f376cebcfc48b68b1c6101ab5da7 (diff) | |
download | libdbusmenu-fd954bb9d7e00405e23acd03a7dda5d97fb66e02.tar.gz libdbusmenu-fd954bb9d7e00405e23acd03a7dda5d97fb66e02.tar.bz2 libdbusmenu-fd954bb9d7e00405e23acd03a7dda5d97fb66e02.zip |
Dropping the other signals
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 6b72c72..aa2d635 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -309,25 +309,6 @@ License version 3 and version 2.1 along with this program. If not, see </method> <!-- Signals --> - <signal name="ItemPropertyUpdated"> - <dox:d> - Triggered by the application to notify the applet that the property @a property - from item @a id has changed to @a value. - </dox:d> - <arg type="i" name="id" direction="out" /> - <arg type="s" name="prop" direction="out" /> - <arg type="v" name="value" direction="out" /> - </signal> - - <signal name="ItemUpdated"> - <dox:d> - Triggered by the application to notify the applet that all properties of item - </dox:d> - <arg type="i" name="id" direction="out" > - <dox:d>id which should be considered outdated</dox:d> - </arg> - </signal> - <signal name="ItemsPropertiesUpdated"> <dox:d> Triggered when there are lots of property updates across many items @@ -337,7 +318,6 @@ License version 3 and version 2.1 along with this program. If not, see </dox:d> <arg type="a(ia(sv))" name="props" direction="out" /> </signal> - <signal name="LayoutUpdated"> <dox:d> Triggered by the application to notify display of a layout update, up to |