summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-21 10:11:07 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-22 16:29:49 +0100
commit3c9d01c88d766297fabffbe72793a6a7a8f0b20c (patch)
tree6e446f1d4a10ad667959d8a332d342387e2eb11e /telepathy-glib/account-channel-request.c
parent182af97a8dba8361486c3a02c2fc1566d97703fd (diff)
downloadtelepathy-glib-3c9d01c88d766297fabffbe72793a6a7a8f0b20c.tar.gz
improve ensure channels doc
Diffstat (limited to 'telepathy-glib/account-channel-request.c')
-rw-r--r--telepathy-glib/account-channel-request.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c
index d402c9627..fa667b5cb 100644
--- a/telepathy-glib/account-channel-request.c
+++ b/telepathy-glib/account-channel-request.c
@@ -1269,9 +1269,9 @@ tp_account_channel_request_create_channel_finish (
* If a suitable channel already existed, its handler will be notified that
* the channel was requested again (for instance with
* #TpAccountChannelRequest::re-handled, #TpBaseClientClassHandleChannelsImpl
- * or #TpSimpleHandler:callback), and can move its window to the foreground,
- * if applicable. Otherwise, a new channel will be created and dispatched to
- * a handler.
+ * or #TpSimpleHandler:callback, if it is implemented using Telepathy-GLib),
+ * so that it can re-present the window to the user, for example.
+ * Otherwise, a new channel will be created and dispatched to a handler.
*
* @callback will be called when an existing channel's handler has been
* notified, a new channel has been created and dispatched, or the request
@@ -1504,9 +1504,9 @@ tp_account_channel_request_create_and_observe_channel_finish (
* If a suitable channel already existed, its handler will be notified that
* the channel was requested again (for instance with
* #TpAccountChannelRequest::re-handled, #TpBaseClientClassHandleChannelsImpl
- * or #TpSimpleHandler:callback), and can move its window to the foreground,
- * if applicable. Otherwise, a new channel will be created and dispatched to
- * a handler.
+ * or #TpSimpleHandler:callback, if it is implemented using Telepathy-GLib),
+ * so that it can re-present the window to the user, for example.
+ * Otherwise, a new channel will be created and dispatched to a handler.
*
* Since: 0.13.UNRELEASED
*/