From f18d75406251978d56a15d1c9cdd5b39ee8704cf Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 15 Sep 2008 19:23:14 +0100 Subject: Add Since: annotations for ChannelManagerIter API --- telepathy-glib/base-connection.c | 4 ++++ telepathy-glib/base-connection.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index e835fbac3..5e7a52d01 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -2758,6 +2758,8 @@ requests_iface_init (gpointer g_iface, * ...do something with manager... * } * + * + * Since: 0.7.UNRELEASED */ void tp_base_connection_channel_manager_iter_init (TpChannelManagerIter *iter, @@ -2778,6 +2780,8 @@ tp_base_connection_channel_manager_iter_init (TpChannelManagerIter *iter, * returned. * * Returns: %FALSE if there are no more channel managers; else %TRUE. + * + * Since: 0.7.UNRELEASED */ gboolean tp_base_connection_channel_manager_iter_next (TpChannelManagerIter *iter, diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h index b90548893..9e58009e2 100644 --- a/telepathy-glib/base-connection.h +++ b/telepathy-glib/base-connection.h @@ -307,6 +307,8 @@ typedef struct _TpChannelManagerIter TpChannelManagerIter; * * An iterator over the #TpChannelManager objects known to a #TpBaseConnection. * It has no public fields. + * + * Since: 0.7.UNRELEASED */ struct _TpChannelManagerIter { /**/ -- cgit v1.2.3