aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 10:16:51 -0500
committerTed Gould <ted@gould.cx>2011-07-07 10:16:51 -0500
commit2902ab6999b56ac01fc07ce529018dfa467ca80b (patch)
tree94a9ffaffdffb5ba4e4fb00b338970fd1d2f16b2 /src/application-service.xml
parent1af03e83910b6005ddfb9b1f71677f02db9cfe2b (diff)
downloadayatana-indicator-application-2902ab6999b56ac01fc07ce529018dfa467ca80b.tar.gz
ayatana-indicator-application-2902ab6999b56ac01fc07ce529018dfa467ca80b.tar.bz2
ayatana-indicator-application-2902ab6999b56ac01fc07ce529018dfa467ca80b.zip
Setting the name hints through the stack.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml
index f3164ef..1cffbc7 100644
--- a/src/application-service.xml
+++ b/src/application-service.xml
@@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Methods -->
<method name="GetApplications">
- <arg type="a(sisossss)" name="applications" direction="out" />
+ <arg type="a(sisosssss)" name="applications" direction="out" />
</method>
<method name="ApplicationScrollEvent">
<arg type="s" name="dbusaddress" direction="in" />
@@ -45,6 +45,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="s" name="label" direction="out" />
<arg type="s" name="labelguide" direction="out" />
<arg type="s" name="accessibledesc" direction="out" />
+ <arg type="s" name="hint" direction="out" />
</signal>
<signal name="ApplicationRemoved">
<arg type="i" name="position" direction="out" />