aboutsummaryrefslogtreecommitdiff
path: root/src/ayatana-application-service.xml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2024-10-18 05:33:52 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-07-11 08:44:47 +0200
commitf61a6ca08c2f61c26630e3c6ec14685178b0ea65 (patch)
tree5aa85a8e2033f058a669f082f35d3471cfe9ae5a /src/ayatana-application-service.xml
parentd171bba383a722c4bb42e1cb7a506d1402f2acfd (diff)
downloadayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.tar.gz
ayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.tar.bz2
ayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.zip
Allow the service to handle tooltips
Diffstat (limited to 'src/ayatana-application-service.xml')
-rw-r--r--src/ayatana-application-service.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ayatana-application-service.xml b/src/ayatana-application-service.xml
index ef9c0d0..867b17b 100644
--- a/src/ayatana-application-service.xml
+++ b/src/ayatana-application-service.xml
@@ -4,10 +4,12 @@ An interface for communication between the service and indicator.
Copyright 2009 Canonical Ltd.
Copyright 2015 Arctica Project
+Copyright 2024 Robert Tari
Authors:
Ted Gould <ted@canonical.com>
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ Robert Tari <robert@tari.in>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as published
@@ -28,7 +30,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Methods -->
<method name="GetApplications">
- <arg type="a(sisossssss)" name="applications" direction="out" />
+ <arg type="a(sisosssssssss)" name="applications" direction="out" />
</method>
<method name="ApplicationScrollEvent">
<arg type="s" name="dbusaddress" direction="in" />
@@ -54,6 +56,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="s" name="accessibledesc" direction="out" />
<arg type="s" name="hint" direction="out" />
<arg type="s" name="title" direction="out" />
+ <arg type="s" name="tooltipicon" direction="out" />
+ <arg type="s" name="tooltiptitle" direction="out" />
+ <arg type="s" name="tooltipdescription" direction="out" />
</signal>
<signal name="ApplicationRemoved">
<arg type="i" name="position" direction="out" />
@@ -76,5 +81,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="i" name="position" direction="out" />
<arg type="s" name="title" direction="out" />
</signal>
+ <signal name="ApplicationTooltipChanged">
+ <arg type="i" name="position" direction="out" />
+ <arg type="s" name="icon" direction="out" />
+ <arg type="s" name="title" direction="out" />
+ <arg type="s" name="description" direction="out" />
+ </signal>
</interface>
</node>