diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-09-26 17:43:42 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-09-26 17:47:07 +0100 |
commit | 224a21a88387343c4c7047ced55614594d105785 (patch) | |
tree | 0d2077559180882172f23e4643cc977937bc674b /telepathy-glib/channel-manager.c | |
parent | 2afdf679d8b6304efacadaab7211a8d2a10fd793 (diff) | |
download | telepathy-glib-224a21a88387343c4c7047ced55614594d105785.tar.gz |
Update spec to 0.17.12 (no code changes) and prepare 0.7.16 releasetelepathy-glib-0.7.16
Diffstat (limited to 'telepathy-glib/channel-manager.c')
-rw-r--r-- | telepathy-glib/channel-manager.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c index f6b6d71ef..e134fa044 100644 --- a/telepathy-glib/channel-manager.c +++ b/telepathy-glib/channel-manager.c @@ -154,12 +154,14 @@ * @ensure_channel: Respond to a request for a (new or existing) channel made * with the Connection.Interface.Requests.EnsureChannel method. See * #TpChannelManagerRequestFunc for details. - * Since: 0.7.UNRELEASED+1 + * Since: 0.7.16 * * The vtable for a channel manager implementation. * * In addition to the fields documented here there are several GCallback * fields which must currently be %NULL. + * + * Since: 0.7.15 */ @@ -639,7 +641,7 @@ tp_channel_manager_request_channel (TpChannelManager *manager, * * Returns: %TRUE if this request will be handled by @manager; else %FALSE. * - * Since: 0.7.UNRELEASED+1 + * Since: 0.7.16 */ gboolean tp_channel_manager_ensure_channel (TpChannelManager *manager, |