summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-set.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 16:34:15 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 16:34:15 +0100
commitd1a80dee31d7b4d4e64342fbb103adb26b49e272 (patch)
tree342d809375ecf88795b95f470013b44ec008e3b0 /telepathy-glib/handle-set.c
parentaf17eb7f98e97b506ac6ad129b08a0b38db977c7 (diff)
downloadtelepathy-glib-d1a80dee31d7b4d4e64342fbb103adb26b49e272.tar.gz
Prepare version 0.11.6telepathy-glib-0.11.6
Diffstat (limited to 'telepathy-glib/handle-set.c')
-rw-r--r--telepathy-glib/handle-set.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/handle-set.c b/telepathy-glib/handle-set.c
index 8839d5c30..3cb978916 100644
--- a/telepathy-glib/handle-set.c
+++ b/telepathy-glib/handle-set.c
@@ -46,7 +46,7 @@ struct _TpHandleSet
*
* The boxed type of a #TpHandleSet.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.6
*/
GType
@@ -112,7 +112,7 @@ tp_handle_set_destroy (TpHandleSet *set)
*
* Remove every handle from @set, releasing the references it holds.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.6
*/
void
tp_handle_set_clear (TpHandleSet *set)
@@ -130,7 +130,7 @@ tp_handle_set_clear (TpHandleSet *set)
*
* Returns: %TRUE if the set has no members
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.6
*/
gboolean
tp_handle_set_is_empty (const TpHandleSet *set)
@@ -298,7 +298,7 @@ ref_one (guint handle, gpointer data)
*
* Returns: a new set
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.6
*/
TpHandleSet *
tp_handle_set_copy (const TpHandleSet *other)