aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-21 10:04:27 -0600
committerTed Gould <ted@gould.cx>2011-02-21 10:04:27 -0600
commitf7c526d16a75a6f2dd606cb80093ac2b54f537cb (patch)
tree9eb7fc031a56e4759d94153790de6b7b5c10d3bc /libdbusmenu-gtk/client.c
parentfec6317262d94b29c41fa0632236910b4bd11244 (diff)
downloadlibdbusmenu-f7c526d16a75a6f2dd606cb80093ac2b54f537cb.tar.gz
libdbusmenu-f7c526d16a75a6f2dd606cb80093ac2b54f537cb.tar.bz2
libdbusmenu-f7c526d16a75a6f2dd606cb80093ac2b54f537cb.zip
Fixing the variable name
Diffstat (limited to 'libdbusmenu-gtk/client.c')
-rw-r--r--libdbusmenu-gtk/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c
index 4128b02..50978ff 100644
--- a/libdbusmenu-gtk/client.c
+++ b/libdbusmenu-gtk/client.c
@@ -619,7 +619,7 @@ move_child (DbusmenuMenuitem * mi, DbusmenuMenuitem * child, guint new, guint ol
/**
* dbusmenu_gtkclient_new:
* @dbus_name: Name of the #DbusmenuServer on DBus
- * @dbus_name: Name of the object on the #DbusmenuServer
+ * @dbus_object: Name of the object on the #DbusmenuServer
*
* Creates a new #DbusmenuGtkClient object and creates a #DbusmenuClient
* that connects across DBus to a #DbusmenuServer.