aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 08:31:26 -0600
committerTed Gould <ted@gould.cx>2011-02-24 08:31:26 -0600
commit58e3c7b1351f53bf0655064c6446a8fbd9f87c08 (patch)
tree517c5331d5447f46eb2cc1b4e29ecc7b4b249e6f /libdbusmenu-glib/dbus-menu.xml
parent7f25511b0a3182b27a42f1ffb1858b94615575ca (diff)
parent5ab75937ec4ba21f9542fbe71dbf8ceb5b28e2ef (diff)
downloadlibdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.tar.gz
libdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.tar.bz2
libdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.zip
Adding a property for text direction
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index c0831e5..6c5f8fd 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -171,6 +171,14 @@ 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>
+
<!-- Functions -->
<method name="GetLayout">