diff options
author | Ted Gould <ted@gould.cx> | 2011-02-21 22:30:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-21 22:30:17 -0600 |
commit | 01c022c195d3184286a74a6ea6d30ce008cfbddc (patch) | |
tree | 3e5dfd0627806832f582f39969ae3b28c5f418fe /libdbusmenu-glib/dbus-menu.xml | |
parent | 4f540c58a268f5d7954c291beaca296c510fce46 (diff) | |
parent | 3207ef906d10baa0c3fa06e57475fa354e56a5d3 (diff) | |
download | libdbusmenu-01c022c195d3184286a74a6ea6d30ce008cfbddc.tar.gz libdbusmenu-01c022c195d3184286a74a6ea6d30ce008cfbddc.tar.bz2 libdbusmenu-01c022c195d3184286a74a6ea6d30ce008cfbddc.zip |
Add a property for needing attention.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 10 |
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"> |