summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-07 14:07:46 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-07 14:07:46 +0200
commit8c36c4e99718fdad47e7bff5db4aaef88c017baf (patch)
treea486841429c6807c699f37714b952e3ff149478f /telepathy-glib/stream-tube-channel.c
parentb889803a833eab6e65d15d3f806c90376932bfba (diff)
downloadtelepathy-glib-8c36c4e99718fdad47e7bff5db4aaef88c017baf.tar.gz
tp_stream_tube_channel_offer_async: fix annotation
Diffstat (limited to 'telepathy-glib/stream-tube-channel.c')
-rw-r--r--telepathy-glib/stream-tube-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index 80c58b451..a868bb17d 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -1469,7 +1469,7 @@ service_incoming_cb (GSocketService *service,
/**
* tp_stream_tube_channel_offer_async:
* @self: an outgoing #TpStreamTubeChannel
- * @params: (allow none) (transfer none): parameters of the tube, or %NULL
+ * @params: (allow-none) (transfer none): parameters of the tube, or %NULL
* @callback: a callback to call when the tube has been offered
* @user_data: data to pass to @callback
*