summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-methods.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-23 14:47:25 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-23 14:50:00 +0000
commitd830c3d8b67238b8173077fa3ea01857edb8149e (patch)
treeb30fd2c1a32b895b937a6635da4533a82718b87b /telepathy-glib/proxy-methods.c
parent717db63a6ed18186670fb7f97ddc5a2e15c82937 (diff)
downloadtelepathy-glib-d830c3d8b67238b8173077fa3ea01857edb8149e.tar.gz
docs: many misc fixups
We still have multiple gtk-doc warnings which are much harder to fix, such as things like this in the spec: "see bug #26417" html/telepathy-glib-channel-text.html:1538: warning: no link for: '26417:CAPS' -> (<span class="type">26417</span>). and the change I made to the code generator in c0b13f7ccc26e78. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/proxy-methods.c')
-rw-r--r--telepathy-glib/proxy-methods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy-methods.c b/telepathy-glib/proxy-methods.c
index 7711b5873..20c35252d 100644
--- a/telepathy-glib/proxy-methods.c
+++ b/telepathy-glib/proxy-methods.c
@@ -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_v0()
+ * @p: a #TpProxyPendingCall allocated with tp_proxy_pending_call_v0_new()
*
* Indicate that dbus-glib has finished with this pending call, and therefore
* either tp_proxy_pending_call_v0_take_results() has already been called,