summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-stream.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-06 15:35:16 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-06 15:35:16 -0400
commit5c58330c32f39a9dd6aaaef37f54461922cf6124 (patch)
treedf2115c1ace5f5e603aa7bf0244cf6d36c3fb37b /telepathy-glib/base-media-call-stream.c
parent5c4281431b16c48ce53d97bbc602137af4acab07 (diff)
downloadtelepathy-glib-5c58330c32f39a9dd6aaaef37f54461922cf6124.tar.gz
many fixes to documentation comments
fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/base-media-call-stream.c')
-rw-r--r--telepathy-glib/base-media-call-stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/base-media-call-stream.c b/telepathy-glib/base-media-call-stream.c
index 5df072777..20dd03d84 100644
--- a/telepathy-glib/base-media-call-stream.c
+++ b/telepathy-glib/base-media-call-stream.c
@@ -59,10 +59,10 @@
* @request_receiving: optional (see #TpBaseCallStream:can-request-receiving);
* virtual method called when user requested receiving from the given remote
* contact. This virtual method should be implemented instead of
- * #TpBaseCallStream.request_receiving
+ * #TpBaseCallStreamClass.request_receiving
* @set_sending: mandatory; virtual method called when user requested to
* start/stop sending to remote contacts. This virtual method should be
- * implemented instead of #TpBaseCallStream.set_sending
+ * implemented instead of #TpBaseCallStreamClass.set_sending
*
* The class structure for #TpBaseMediaCallStream
*