summaryrefslogtreecommitdiff
path: root/telepathy-glib/intset.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 16:04:49 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 18:28:22 +0200
commitb0c8eef1b36ec8e765eac5bec0ee3d2de4d1f478 (patch)
treefd492a140a9b75419f9aaa5cb056c6276c63b1f4 /telepathy-glib/intset.c
parentb1f9a33b6952a8be7eb8c5fa1ba899546487cd9e (diff)
downloadtelepathy-glib-b0c8eef1b36ec8e765eac5bec0ee3d2de4d1f478.tar.gz
Release 0.19.0telepathy-glib-0.19.0
Diffstat (limited to 'telepathy-glib/intset.c')
-rw-r--r--telepathy-glib/intset.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/intset.c b/telepathy-glib/intset.c
index f5da30c28..ae7936263 100644
--- a/telepathy-glib/intset.c
+++ b/telepathy-glib/intset.c
@@ -101,7 +101,7 @@ tp_intset_get_type (void)
* Before 0.11.16, this was the name for <type>TpIntsetIter</type>, but
* it's now just a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/**
@@ -120,7 +120,7 @@ tp_intset_get_type (void)
* Before 0.11.16, this type was called <type>TpIntSetIter</type>,
* which is now a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/* (public, see header) */
@@ -139,7 +139,7 @@ tp_intset_get_type (void)
* }
* </programlisting></informalexample>
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/* (macro, see header) */
@@ -150,7 +150,7 @@ tp_intset_get_type (void)
*
* Reset the iterator @iter to the beginning and make it iterate over @set.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
void
tp_intset_iter_init (
@@ -169,7 +169,7 @@ tp_intset_iter_init (
* Reset the iterator @iter to the beginning. It must already be associated
* with a set.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
void
tp_intset_iter_reset (TpIntsetIter *iter)
@@ -891,7 +891,7 @@ tp_intset_iter_next (TpIntsetIter *iter)
* Before 0.11.16, this was the name for <type>TpIntsetFastIter</type>,
* but it's now just a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/**