aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 09:38:18 -0600
committerTed Gould <ted@gould.cx>2011-02-24 09:38:18 -0600
commit76b4e15adaf273d765fb9ef1f4e19c58fac67831 (patch)
tree7bb62e19c8897f2f69c2a4e100324a0dc1bd82a8 /libdbusmenu-glib/server.c
parentce5252f0de896c0d841fb250148285cf2be3c33e (diff)
downloadlibdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.gz
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.tar.bz2
libdbusmenu-76b4e15adaf273d765fb9ef1f4e19c58fac67831.zip
Documentation fixes
Diffstat (limited to 'libdbusmenu-glib/server.c')
-rw-r--r--libdbusmenu-glib/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c
index c3faa6b..e3fd2cd 100644
--- a/libdbusmenu-glib/server.c
+++ b/libdbusmenu-glib/server.c
@@ -1635,6 +1635,7 @@ dbusmenu_server_get_text_direction (DbusmenuServer * server)
/**
dbusmenu_server_set_text_direction:
@server: The #DbusmenuServer object to set the text direction on
+ @dir: Direction of the text
Sets the text direction that should be exported over DBus for
this server. If the value is set to #DBUSMENU_TEXT_DIRECTION_NONE
@@ -1682,6 +1683,7 @@ dbusmenu_server_get_status (DbusmenuServer * server)
/**
dbusmenu_server_set_status:
@server: The #DbusmenuServer to set the status on
+ @status: Status value to set on the server
Changes the status of the server.
*/