diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:05:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:05:33 -0600 |
commit | e824c0b361afb6d53f0c820c38f421b88df84d11 (patch) | |
tree | 2a91f69304b0758831374ad9b9fe1fbc17aac3c9 /src/application-service.xml | |
parent | ab7949f8ed0d70686453a2e5c124e9095e8c19f7 (diff) | |
parent | a12df72a2c3e54ddd4b46a77fc1de4f9d4e18a94 (diff) | |
download | libayatana-appindicator-e824c0b361afb6d53f0c820c38f421b88df84d11.tar.gz libayatana-appindicator-e824c0b361afb6d53f0c820c38f421b88df84d11.tar.bz2 libayatana-appindicator-e824c0b361afb6d53f0c820c38f421b88df84d11.zip |
* Upstream update
* Adding in icon path support.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index fdd25bb..d354943 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -35,6 +35,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="dbusaddress" direction="out" /> <arg type="o" name="dbusobject" direction="out" /> + <arg type="s" name="iconpath" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> |