diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 10:18:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 10:18:57 -0600 |
commit | a5753822cc80f3f579aa61801b54134b3baa8076 (patch) | |
tree | 1420a809e796c5af35fd2f4656f11b60eec12c4d /src/application-service.xml | |
parent | 1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a (diff) | |
parent | 8226d6c8f8870be9d2902fcd2137b242f2559da8 (diff) | |
download | libayatana-appindicator-a5753822cc80f3f579aa61801b54134b3baa8076.tar.gz libayatana-appindicator-a5753822cc80f3f579aa61801b54134b3baa8076.tar.bz2 libayatana-appindicator-a5753822cc80f3f579aa61801b54134b3baa8076.zip |
Adding in the ability for applications to specify a directory path to get added to the icon theme search path.
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" /> |