summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-methods.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-18 16:35:26 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 17:47:57 +0100
commitbeba0b2ddebd559e3d505f9f02873793da5ef384 (patch)
tree31afd6dc7bdf4600db4706dc3469a5e1ec61f8b4 /telepathy-glib/proxy-methods.c
parent890f5730cb29c821c556afb0742dbae1e07238ab (diff)
downloadtelepathy-glib-beba0b2ddebd559e3d505f9f02873793da5ef384.tar.gz
Fix various broken cross-references in documentation
Diffstat (limited to 'telepathy-glib/proxy-methods.c')
-rw-r--r--telepathy-glib/proxy-methods.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/proxy-methods.c b/telepathy-glib/proxy-methods.c
index cc4878089..7711b5873 100644
--- a/telepathy-glib/proxy-methods.c
+++ b/telepathy-glib/proxy-methods.c
@@ -211,7 +211,7 @@ _tp_proxy_pending_call_dgproxy_destroy (DBusGProxy *iface_proxy,
* automatically be cancelled
* @cancel_must_raise: if %TRUE, the @invoke_callback will be run with
* error %TP_DBUS_ERROR_CANCELLED if the call is cancelled by a call to
- * tp_proxy_pending_call_cancel() or by destruction of the weak_object();
+ * tp_proxy_pending_call_cancel() or by destruction of the @weak_object;
* if %FALSE, the @invoke_callback will not be run at all in these cases
*
* Allocate a new pending call structure. After calling this function, the
@@ -386,7 +386,7 @@ tp_proxy_pending_call_free (TpProxyPendingCall *pc)
/**
* tp_proxy_pending_call_v0_completed:
- * @p: a #TpProxyPendingCall allocated with tp_proxy_pending_call_new()
+ * @p: a #TpProxyPendingCall allocated with tp_proxy_pending_call_new_v0()
*
* Indicate that dbus-glib has finished with this pending call, and therefore
* either tp_proxy_pending_call_v0_take_results() has already been called,