aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
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/client.h
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/client.h')
-rw-r--r--libdbusmenu-glib/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index 7bb0e6a..9fb5a39 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -33,6 +33,7 @@ License version 3 and version 2.1 along with this program. If not, see
#include <glib-object.h>
#include "menuitem.h"
+#include "types.h"
G_BEGIN_DECLS
@@ -73,6 +74,7 @@ G_BEGIN_DECLS
* String to attach to signal #DbusmenuClient::event-result
*/
#define DBUSMENU_CLIENT_SIGNAL_EVENT_RESULT "event-result"
+#define DBUSMENU_CLIENT_SIGNAL_TEXT_DIRECTION_CHANGED "text-direction-changed"
/**
* DBUSMENU_CLIENT_PROP_DBUS_NAME:
@@ -86,6 +88,7 @@ G_BEGIN_DECLS
* String to access property #DbusmenuClient:dbus-object
*/
#define DBUSMENU_CLIENT_PROP_DBUS_OBJECT "dbus-object"
+#define DBUSMENU_CLIENT_PROP_TEXT_DIRECTION "text-direction"
/**
* DBUSMENU_CLIENT_TYPES_DEFAULT:
@@ -203,6 +206,7 @@ gboolean dbusmenu_client_add_type_handler_full (DbusmenuClient * cli
DbusmenuClientTypeHandler newfunc,
gpointer user_data,
DbusmenuClientTypeDestroyHandler destroy_func);
+DbusmenuTextDirection dbusmenu_client_get_text_direction (DbusmenuClient * client);
/**
SECTION:client