aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-03 14:10:45 -0500
committerTed Gould <ted@gould.cx>2010-08-03 14:10:45 -0500
commit89a5ffef0d244b250c6cd1a809db68d64bf577ee (patch)
treecab1937830d842d69620637ee018b5e0f1caf8d2 /src/notification-item.xml
parent6de3d6fb8e8551a3a5d39207d1dbaba519325d7a (diff)
downloadayatana-indicator-application-89a5ffef0d244b250c6cd1a809db68d64bf577ee.tar.gz
ayatana-indicator-application-89a5ffef0d244b250c6cd1a809db68d64bf577ee.tar.bz2
ayatana-indicator-application-89a5ffef0d244b250c6cd1a809db68d64bf577ee.zip
Adding a property to guide the size of the label
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index cacc6be..b339e7b 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -13,6 +13,7 @@
<property name="IconThemePath" type="s" access="read" />
<property name="Menu" type="o" access="read" />
<property name="Label" type="s" access="read" />
+ <property name="LabelGuide" type="s" access="read" />
<!-- Methods -->
<!-- None currently -->
@@ -27,6 +28,7 @@
</signal>
<signal name="NewLabel">
<arg type="s" name="label" direction="out" />
+ <arg type="s" name="guide" direction="out" />
</signal>
</interface>