diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-21 22:29:51 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-21 22:29:51 -0600 |
| commit | 4f540c58a268f5d7954c291beaca296c510fce46 (patch) | |
| tree | 311f3ee016c4ae577d67e6969f9dfd9330e9547f /libdbusmenu-glib/dbus-menu.xml | |
| parent | 7758c36a39a616db3e80c18c46b97a569baf1b88 (diff) | |
| parent | 5ab75937ec4ba21f9542fbe71dbf8ceb5b28e2ef (diff) | |
| download | libdbusmenu-4f540c58a268f5d7954c291beaca296c510fce46.tar.gz libdbusmenu-4f540c58a268f5d7954c291beaca296c510fce46.tar.bz2 libdbusmenu-4f540c58a268f5d7954c291beaca296c510fce46.zip | |
Add a property for text direction.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index da14c63..82bad03 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"> |
