diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:37:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:37:56 -0600 |
commit | 7256c1864e94cf172a4c487a5f434e58f6f71666 (patch) | |
tree | 753e4ef9395c1313dd77bf2893df9ea19c94e7ed /src/notification-item.xml | |
parent | 334e44dbb08303113ece1baf163ab7d9dd5561a4 (diff) | |
parent | 4ccb5d75887671bce24df6eeaacd7eb89b2be189 (diff) | |
download | libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.tar.gz libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.tar.bz2 libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.zip |
Import upstream version 0.4.90
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 589a438..c93afd7 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -10,6 +10,7 @@ <property name="IconAccessibleDesc" type="s" access="read" /> <property name="AttentionIconName" type="s" access="read" /> <property name="AttentionAccessibleDesc" type="s" access="read" /> + <property name="Title" type="s" 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" /> @@ -46,6 +47,8 @@ <arg type="s" name="label" direction="out" /> <arg type="s" name="guide" direction="out" /> </signal> + <signal name="NewTitle"> + </signal> </interface> </node> |