diff options
author | Ted Gould <ted@gould.cx> | 2010-01-07 17:08:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-07 17:08:43 -0600 |
commit | 2fef3d43177eb79c8a52b834de7d374dae8bc97a (patch) | |
tree | 5a9671b8183fd77050e43a089253377a08efe665 /src/application-service.xml | |
parent | 13de14e2a1944a8bee33bdd574924e0d9c8c66ed (diff) | |
parent | b1ffef34b05cecbad73a0278dcfe67b4c3a22f90 (diff) | |
download | libayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.tar.gz libayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.tar.bz2 libayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.zip |
* Upstream merge:
* Adding support for icons changing through the service and
in the indicator.
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> |