diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-22 12:44:26 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-22 16:29:49 +0100 |
commit | 8b28275fa226c8bab0540804af6ecdfb6d6a74a4 (patch) | |
tree | 356d1d79306b61f98b14ff02c09609aa8064a1d0 /telepathy-glib/channel-request.c | |
parent | f954ffee14c3c4b81dec49eb2780a4b73f472684 (diff) | |
download | telepathy-glib-8b28275fa226c8bab0540804af6ecdfb6d6a74a4.tar.gz |
document with version of MC implements SucceedWithChannel
Diffstat (limited to 'telepathy-glib/channel-request.c')
-rw-r--r-- | telepathy-glib/channel-request.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c index d7ca34961..34794aab4 100644 --- a/telepathy-glib/channel-request.c +++ b/telepathy-glib/channel-request.c @@ -428,8 +428,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass) * Emitted when the channel request succeeds. * * @connection and @channel may be %NULL your telepathy-mission-control is - * too old. - * TODO: put the actual version of MC implementing this. + * too old (< 5.7.1). * * The #TpChannel is created using #TpChannelRequest:channel-factory but * the features of the factory are NOT prepared. It's up to the user to |