summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-08 13:55:36 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-08 14:35:07 +0200
commit56790b3c97d88d4deaccd818b2eac33ab2640d8a (patch)
tree2ff7b42d8a0ba060cb7529a5a4103f5532315106 /telepathy-glib/channel-dispatch-operation.c
parentbafa0cc99381266fdba6681cf26615d5fa4bb89d (diff)
downloadtelepathy-glib-56790b3c97d88d4deaccd818b2eac33ab2640d8a.tar.gz
tp_channel_dispatch_operation_handle_with_async: @handler is allow none
Diffstat (limited to 'telepathy-glib/channel-dispatch-operation.c')
-rw-r--r--telepathy-glib/channel-dispatch-operation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index 7ca919355..1067c4677 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -1114,9 +1114,9 @@ handle_with_cb (TpChannelDispatchOperation *self,
/**
* tp_channel_dispatch_operation_handle_with_async:
* @self: a #TpChannelDispatchOperation
- * @handler: The well-known bus name (starting with #TP_CLIENT_BUS_NAME_BASE)
- * of the channel handler that should handle the channel, or %NULL
- * if the client has no preferred channel handler
+ * @handler: (allow-none): The well-known bus name (starting with
+ * #TP_CLIENT_BUS_NAME_BASE) of the channel handler that should handle the
+ * channel, or %NULL if the client has no preferred channel handler
* @callback: a callback to call when the call returns
* @user_data: data to pass to @callback
*