diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-11-13 15:20:08 -0600 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-11-13 15:20:08 -0600 |
commit | 43e54b6b9331c4b626cac1a4929a93f4fcf5af87 (patch) | |
tree | e44c6f52a38fc66b9ea0f2f8e432278bcdbf2446 | |
parent | d3d19b7180357ddd33ff77a94cbf228681f650e4 (diff) | |
download | libdbusmenu-43e54b6b9331c4b626cac1a4929a93f4fcf5af87.tar.gz libdbusmenu-43e54b6b9331c4b626cac1a4929a93f4fcf5af87.tar.bz2 libdbusmenu-43e54b6b9331c4b626cac1a4929a93f4fcf5af87.zip |
Removed ItemAdded/ItemRemoved for now
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 6f5bdb2..7433ba2 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -138,29 +138,6 @@ for item @a id. <arg type="u" name="id" direction="out" /> </signal> -<!-- -Triggered by the application to notify applet that an item has been added. - -@param id unsigned id of the added item -@param parentid unsigned id of the added item parent. O if the item is -added to the root list -@param row unsigned position the item has been added ---> - <signal name="ItemAdded"> - <arg type="u" name="id" direction="out" /> - <arg type="u" name="parentId" direction="out" /> - <arg type="u" name="row" direction="out" /> - </signal> - -<!-- -Triggered by the application to notify applet that an item has been removed. - -@param id unsigned id of the removed item ---> - <signal name="ItemRemoved"> - <arg type="u" name="id" direction="out" /> - </signal> - <!-- End of interesting stuff --> </interface> |