diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 17:04:01 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 17:04:01 -0600 |
commit | 2a7a9f3e01227c83df481a63f288b620213fd883 (patch) | |
tree | 4b7908e6b3ea60e8819612fef2ab444ba9ca83f3 | |
parent | c1f07f77dcf0dabf24a5e540112b8e47c0aad75e (diff) | |
download | ayatana-indicator-application-2a7a9f3e01227c83df481a63f288b620213fd883.tar.gz ayatana-indicator-application-2a7a9f3e01227c83df481a63f288b620213fd883.tar.bz2 ayatana-indicator-application-2a7a9f3e01227c83df481a63f288b620213fd883.zip |
Changing the service description to match
-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 434cfd8..2588d8e 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -69,5 +69,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="label" direction="out" /> <arg type="s" name="guide" direction="out" /> </signal> + <signal name="ApplicationTitleChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="title" direction="out" /> + </signal> </interface> </node> |