aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-15 17:07:56 -0600
committerTed Gould <ted@gould.cx>2011-02-15 17:07:56 -0600
commit2a68cd1f7c8a9e77cf2a33953cc75f45fab44f91 (patch)
tree64bcbb0e85b3d9bff0b88c9cce7ed85e8523f32a /libdbusmenu-glib/dbus-menu.xml
parent5c1bbec8381af0246b813a095f816b55e2f8dc06 (diff)
downloadlibdbusmenu-2a68cd1f7c8a9e77cf2a33953cc75f45fab44f91.tar.gz
libdbusmenu-2a68cd1f7c8a9e77cf2a33953cc75f45fab44f91.tar.bz2
libdbusmenu-2a68cd1f7c8a9e77cf2a33953cc75f45fab44f91.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 042a24c..4ba2f0e 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">