diff options
author | Ted Gould <ted@gould.cx> | 2011-02-22 10:25:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-22 10:25:56 -0600 |
commit | 55bb26bf36783280082c7b3038ab0c1ad908e37f (patch) | |
tree | 404cadefcc71ab508c09ff34fd09ee32fb14a22c /libdbusmenu-glib/dbus-menu.xml | |
parent | 7c00755653e6ae4b8598d08df65171aaaebb01be (diff) | |
parent | 3207ef906d10baa0c3fa06e57475fa354e56a5d3 (diff) | |
download | libdbusmenu-55bb26bf36783280082c7b3038ab0c1ad908e37f.tar.gz libdbusmenu-55bb26bf36783280082c7b3038ab0c1ad908e37f.tar.bz2 libdbusmenu-55bb26bf36783280082c7b3038ab0c1ad908e37f.zip |
Getting the love branch
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index da14c63..3b42f7d 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"> |