summaryrefslogtreecommitdiff
path: root/telepathy-glib/intset.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-15 15:26:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-15 15:26:42 +0100
commitbc5bfab9013743ebea2e371718fd5577fba92dc4 (patch)
tree3ca5fb1665332e7dd993875a21b58df123609739 /telepathy-glib/intset.c
parent314f4a25b747507036ccd47f583cd5087f3701ef (diff)
downloadtelepathy-glib-bc5bfab9013743ebea2e371718fd5577fba92dc4.tar.gz
Prepare version 0.11.16
Diffstat (limited to 'telepathy-glib/intset.c')
-rw-r--r--telepathy-glib/intset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/intset.c b/telepathy-glib/intset.c
index 55d6fcafe..f10cf7334 100644
--- a/telepathy-glib/intset.c
+++ b/telepathy-glib/intset.c
@@ -106,7 +106,7 @@ tp_intset_get_type (void)
* Since 0.11.6, consider using #TpIntsetFastIter if iteration in
* numerical order is not required.
*
- * Before 0.11.UNRELEASED, this type was called <type>TpIntSetIter</type>,
+ * Before 0.11.16, this type was called <type>TpIntSetIter</type>,
* which is now a backwards compatibility typedef.
*/
/* (public, see header) */
@@ -155,7 +155,7 @@ tp_intset_get_type (void)
*
* Opaque type representing a set of unsigned integers.
*
- * Before 0.11.UNRELEASED, this type was called <type>TpIntSet</type>, which is
+ * Before 0.11.16, this type was called <type>TpIntSet</type>, which is
* now a backwards compatibility typedef.
*/
@@ -831,7 +831,7 @@ tp_intset_iter_next (TpIntsetIter *iter)
* An opaque structure representing iteration in undefined order over a set of
* integers. Must be initialized with tp_intset_fast_iter_init().
*
- * Before 0.11.UNRELEASED, this type was called <type>TpIntSetFastIter</type>,
+ * Before 0.11.16, this type was called <type>TpIntSetFastIter</type>,
* which is now a backwards compatibility typedef.
*
* Usage is similar to #GHashTableIter: