summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream-endpoint.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/call-stream-endpoint.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/call-stream-endpoint.c')
-rw-r--r--telepathy-glib/call-stream-endpoint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/call-stream-endpoint.c b/telepathy-glib/call-stream-endpoint.c
index 88b49bd32..3795ecd9d 100644
--- a/telepathy-glib/call-stream-endpoint.c
+++ b/telepathy-glib/call-stream-endpoint.c
@@ -433,7 +433,7 @@ tp_call_stream_endpoint_class_init (TpCallStreamEndpointClass *klass)
G_STRUCT_OFFSET (TpCallStreamEndpointClass, dbus_props_class));
/**
- * TpCallStreamEndpoint::candidate-selected
+ * TpCallStreamEndpoint::candidate-selected:
* @self: the #TpCallStreamEndpoint
* @local_candidate: the local candidate
* @remote_candidate: the remote candidate
@@ -451,7 +451,7 @@ tp_call_stream_endpoint_class_init (TpCallStreamEndpointClass *klass)
2, TP_STRUCT_TYPE_CANDIDATE, TP_STRUCT_TYPE_CANDIDATE);
/**
- * TpCallStreamEndpoint::candidate-accepted
+ * TpCallStreamEndpoint::candidate-accepted:
* @self: the #TpCallStreamEndpoint
* @local_candidate: the local candidate
* @remote_candidate: the remote candidate
@@ -469,7 +469,7 @@ tp_call_stream_endpoint_class_init (TpCallStreamEndpointClass *klass)
2, TP_STRUCT_TYPE_CANDIDATE, TP_STRUCT_TYPE_CANDIDATE);
/**
- * TpCallStreamEndpoint::candidate-rejected
+ * TpCallStreamEndpoint::candidate-rejected:
* @self: the #TpCallStreamEndpoint
* @local_candidate: the local candidate
* @remote_candidate: the remote candidate