summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 14:33:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 14:33:42 +0200
commit1eb6a5e08e238390cf9e41b3c234a79377775b91 (patch)
tree5ebb7d4796254c897babb6f1115aba5e7192352b /telepathy-glib/simple-observer.c
parentf7c88380b21f83cb30010064b4ec5dc40cf3bf8a (diff)
downloadtelepathy-glib-1eb6a5e08e238390cf9e41b3c234a79377775b91.tar.gz
fix doc of TpSimpleObserverObserveChannelsImpl
Diffstat (limited to 'telepathy-glib/simple-observer.c')
-rw-r--r--telepathy-glib/simple-observer.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/telepathy-glib/simple-observer.c b/telepathy-glib/simple-observer.c
index a33c01515..0a64a0ead 100644
--- a/telepathy-glib/simple-observer.c
+++ b/telepathy-glib/simple-observer.c
@@ -63,15 +63,16 @@
* @self: a #TpSimpleObserver instance
* @account: a #TpAccount having %TP_ACCOUNT_FEATURE_CORE prepared
* @connection: a #TpConnection having %TP_CONNECTION_FEATURE_CORE prepared
- * @channels: a #GPtrArray of #TpChannel having all %TP_CHANNEL_FEATURE_CORE
- * prepared
+ * @channels: (element-type Tp.Channel): a #GList of #TpChannel,
+ * all having %TP_CHANNEL_FEATURE_CORE prepared
* @dispatch_operation: a #TpChannelDispatchOperation or %NULL; the
- * dispatch_operation is not garanteed to be prepared
- * @requests: a #GList of #TpChannelRequest having their object-path defined
- * but are not garanteed to be prepared.
+ * dispatch_operation is not guaranteed to be prepared
+ * @requests: (element-type Tp.ChannelRequest): a #GList of #TpChannelRequest,
+ * all having their object-path defined
+ * but are not guaranteed to be prepared.
* @context: a #TpObserveChannelsContext representing the context of this
* D-Bus call
- * @user_data: arbitrary user-supplied data passed to the callback
+ * @user_data: arbitrary user-supplied data passed to tp_simple_observer_new()
*
* Signature of the implementation of the ObserveChannels method.
*