diff options
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index a0141c3..cacc6be 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -12,6 +12,7 @@ to find the icons specified above. --> <property name="IconThemePath" type="s" access="read" /> <property name="Menu" type="o" access="read" /> + <property name="Label" type="s" access="read" /> <!-- Methods --> <!-- None currently --> @@ -24,6 +25,9 @@ <signal name="NewStatus"> <arg type="s" name="status" direction="out" /> </signal> + <signal name="NewLabel"> + <arg type="s" name="label" direction="out" /> + </signal> </interface> </node> |