aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-18 15:11:23 -0600
committerTed Gould <ted@gould.cx>2011-02-18 15:11:23 -0600
commitf1263378cd61a113cdcc485c3a20e913f19f2631 (patch)
treed679d60c0cbb72aa2f4dcc90c9226733f110055a /libdbusmenu-glib/dbus-menu.xml
parent0c9a1f185b2e95466741afd61feaf6b57e0740d3 (diff)
downloadlibdbusmenu-f1263378cd61a113cdcc485c3a20e913f19f2631.tar.gz
libdbusmenu-f1263378cd61a113cdcc485c3a20e913f19f2631.tar.bz2
libdbusmenu-f1263378cd61a113cdcc485c3a20e913f19f2631.zip
Adding the 'state' property to the XML
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 82bad03..3b42f7d 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -179,6 +179,16 @@ License version 3 and version 2.1 along with this program. If not, see
</dox:d>
</property>
+ <property name="state" type="s" access="read">
+ <dox:d>
+ Tells if the menus are in a normal state or they believe that they
+ could use some attention. Cases for showing them would be if help
+ were referring to them or they accessors were being highlighted.
+ This property can have two values: "normal" in almost all cases and
+ "notice" when they should have a higher priority to be shown.
+ </dox:d>
+ </property>
+
<!-- Functions -->
<method name="GetLayout">