diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2008-09-15 19:23:14 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2008-09-15 19:23:14 +0100 |
commit | f18d75406251978d56a15d1c9cdd5b39ee8704cf (patch) | |
tree | b16cffdf837e7c32e23da390cc5e12d32589a5c4 | |
parent | b9353945f816fd5dec98037f8a87152dddcbe395 (diff) |
Add Since: annotations for ChannelManagerIter API
-rw-r--r-- | telepathy-glib/base-connection.c | 4 | ||||
-rw-r--r-- | telepathy-glib/base-connection.h | 2 |
2 files changed, 6 insertions, 0 deletions
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... * } * </programlisting></informalexample> + * + * 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 { /*<private>*/ |