[Telepathy-commits] [telepathy-glib/master] Add Since: annotations for ChannelManagerIter API

Will Thompson will.thompson at collabora.co.uk
Mon Sep 15 11:23:14 PDT 2008


---
 telepathy-glib/base-connection.c |    4 ++++
 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 e835fba..5e7a52d 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 b905488..9e58009 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>*/
-- 
1.5.6.5




More information about the Telepathy-commits mailing list