aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorGuido Berhoerster <guido+ayatana@berhoerster.name>2021-03-01 23:58:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-10 15:58:56 +0200
commit0dcd747cc883d7f68d67a85d3dd220c9ef4e004b (patch)
tree28739a7a5324e1a80b43a99b8b8711c8d447a255 /src/notification-item.xml
parent808727b9b49328d8e46097fccdd1614de774ed00 (diff)
downloadlibayatana-appindicator-0dcd747cc883d7f68d67a85d3dd220c9ef4e004b.tar.gz
libayatana-appindicator-0dcd747cc883d7f68d67a85d3dd220c9ef4e004b.tar.bz2
libayatana-appindicator-0dcd747cc883d7f68d67a85d3dd220c9ef4e004b.zip
Add support for tooltipspr/tooltip-support
An icon, title and text body may be set independently or at once resulting in a single signal. Markup in the text body is not supported for simplicity.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index a223ea4..94f3df8 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -11,6 +11,7 @@
<property name="AttentionIconName" type="s" access="read" />
<property name="AttentionAccessibleDesc" type="s" access="read" />
<property name="Title" type="s" access="read" />
+ <property name="ToolTip" type="(sa(iiay)ss)" access="read" />
<!-- An additional path to add to the theme search path
to find the icons specified above. -->
<property name="IconThemePath" type="s" access="read" />
@@ -53,6 +54,8 @@
</signal>
<signal name="NewTitle">
</signal>
+ <signal name="NewToolTip">
+ </signal>
</interface>
</node>