aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 12:40:30 -0600
committerTed Gould <ted@gould.cx>2011-02-24 12:40:30 -0600
commit23af95956cddc1d3cb858d537a2c85cb0f0d0851 (patch)
tree29697cfc2abd5de2af60c34dd1c82f30100886ef /libdbusmenu-glib/dbus-menu.xml
parent1153cfedbbc67c667e117d18d5bf15a3a5a31a2a (diff)
parente13383fbe886022ec4183ce55f8108ef1c68185d (diff)
downloadlibdbusmenu-23af95956cddc1d3cb858d537a2c85cb0f0d0851.tar.gz
libdbusmenu-23af95956cddc1d3cb858d537a2c85cb0f0d0851.tar.bz2
libdbusmenu-23af95956cddc1d3cb858d537a2c85cb0f0d0851.zip
* Upstream Merge
* Add a signal on the menuitem for generic event support * Handle the case of a single NULL entry as well. * Not checking defaults when value is NULL * Add the 'type' variable first when processing new menuitems * Protection from unref'ing NULL variants * Only send the requested properties and request fewer * Add in a defaults database * Only send property updates if the menu item has been seen on the bus. * Add a property for text direction. * Add a property for needing attention.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index c0831e5..829c16e 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -171,6 +171,24 @@ License version 3 and version 2.1 along with this program. If not, see
</dox:d>
</property>
+ <property name="text-direction" type="s" access="read">
+ <dox:d>
+ Represents the way the text direction of the application. This
+ allows the server to handle mismatches intelligently. For left-
+ to-right the string is "ltr" for right-to-left it is "rtl".
+ </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">