summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-04-04 11:38:46 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-04-04 11:38:46 -0400
commitd2e00c73e6df23cc1d8b4e81f6b05128d028b977 (patch)
tree06ca46403e90ed875056d91581e9b359b14c1455
parent7b289ed57d0248c6014b47a1b9de851d50b90efe (diff)
Fix broken link
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/gdbusobjectproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdbusobjectproxy.c b/src/gdbusobjectproxy.c
index dccb1ee..42855e1 100644
--- a/src/gdbusobjectproxy.c
+++ b/src/gdbusobjectproxy.c
@@ -33,8 +33,8 @@
*
* A #GDBusObjectProxy is an object used to represent a remote object
* with one or more D-Bus interfaces. You cannot instantiate a
- * #GDBusObjectProxy yourself - you need to use a #GDBusProxyManager
- * to get one.
+ * #GDBusObjectProxy yourself - you need to use a
+ * #GDBusObjectManagerClient to get one.
*/
struct _GDBusObjectProxyPrivate