aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 08:33:06 -0600
committerTed Gould <ted@gould.cx>2011-02-24 08:33:06 -0600
commitb2013de30bc003fb51a515cf232a5b67ca06e2e1 (patch)
treef4dfb6bdf017c89a08187111fe051696f4ccf9db /libdbusmenu-glib/dbus-menu.xml
parent58e3c7b1351f53bf0655064c6446a8fbd9f87c08 (diff)
parent3207ef906d10baa0c3fa06e57475fa354e56a5d3 (diff)
downloadlibdbusmenu-b2013de30bc003fb51a515cf232a5b67ca06e2e1.tar.gz
libdbusmenu-b2013de30bc003fb51a515cf232a5b67ca06e2e1.tar.bz2
libdbusmenu-b2013de30bc003fb51a515cf232a5b67ca06e2e1.zip
Adding a property to request attention
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 6c5f8fd..829c16e 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">