diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 15:37:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 15:37:45 -0600 |
commit | 7a78594a6017f4c7aab921a778bb186759b5cded (patch) | |
tree | 71d883c4ac28e60235cb870f3961a6fcd28bed3d /src/application-service.xml | |
parent | aaa7438bff492c735bffa378ef5d38d3452b4e6f (diff) | |
parent | c4b431a4070d84c12b56ba3007356d38006d89ec (diff) | |
download | libayatana-appindicator-7a78594a6017f4c7aab921a778bb186759b5cded.tar.gz libayatana-appindicator-7a78594a6017f4c7aab921a778bb186759b5cded.tar.bz2 libayatana-appindicator-7a78594a6017f4c7aab921a778bb186759b5cded.zip |
* Upstream merge:
* Adding support for icons changing through the service and
in the indicator.
* Fixing the generated headers for DBus Properties calls
* Fixing libappindicator set_icon to set the right icon.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index d354943..d74aaa9 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -40,6 +40,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> </signal> + <signal name="ApplicationIconChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="icon_name" direction="out" /> + </signal> </interface> </node> |