diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 17:23:31 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 17:23:31 +0200 |
| commit | 13fa5796c545355c87e19b6f2b91e4576f498b5e (patch) | |
| tree | 46403e38d9f63c70354cd3ff4479e49151e63156 /src/notification-item.xml | |
| parent | 0a1de62141772e44813a39a36f659d49a54c2e4b (diff) | |
| parent | bfef7f60d6af13f8ae5cd733a7d61f47766e9d27 (diff) | |
| download | libayatana-appindicator-13fa5796c545355c87e19b6f2b91e4576f498b5e.tar.gz libayatana-appindicator-13fa5796c545355c87e19b6f2b91e4576f498b5e.tar.bz2 libayatana-appindicator-13fa5796c545355c87e19b6f2b91e4576f498b5e.zip | |
Merge branch 'sunweaver-pr/tooltip-support'
Attributes GH PR #5: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/5
Diffstat (limited to 'src/notification-item.xml')
| -rw-r--r-- | src/notification-item.xml | 3 |
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> |
