[Telepathy-commits] [telepathy-glib/master] Fix "Since" annotations

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Mar 17 16:04:12 PDT 2009


---
 telepathy-glib/connection.c  |    2 +-
 telepathy-glib/dbus.c        |   10 +++++-----
 telepathy-glib/group-mixin.c |    2 +-
 telepathy-glib/util.c        |   24 ++++++++++++------------
 4 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 9d9cad2..854c86a 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -1500,7 +1500,7 @@ tp_connection_presence_type_cmp_availability (TpConnectionPresenceType p1,
  *
  * Returns: TRUE if the object path was correctly parsed, FALSE otherwise.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 gboolean
 tp_connection_parse_object_path (TpConnection *self,
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 0bcec94..8387252 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -1242,7 +1242,7 @@ tp_dbus_daemon_class_init (TpDBusDaemonClass *klass)
  * of @length bytes from @bytes, to be freed with tp_g_value_slice_free() or
  * g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_bytes (guint length,
@@ -1272,7 +1272,7 @@ tp_g_value_slice_new_bytes (guint length,
  * @bytes, to be freed with tp_g_value_slice_free() or
  * g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_take_bytes (GArray *bytes)
@@ -1292,7 +1292,7 @@ tp_g_value_slice_new_take_bytes (GArray *bytes)
  * Returns: a #GValue of type %DBUS_TYPE_G_OBJECT_PATH whose value is a copy
  * of @path, to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_object_path (const gchar *path)
@@ -1312,7 +1312,7 @@ tp_g_value_slice_new_object_path (const gchar *path)
  * Returns: a #GValue of type %DBUS_TYPE_G_OBJECT_PATH whose value is @path,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_static_object_path (const gchar *path)
@@ -1334,7 +1334,7 @@ tp_g_value_slice_new_static_object_path (const gchar *path)
  * Returns: a #GValue of type %DBUS_TYPE_G_OBJECT_PATH whose value is @path,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_take_object_path (gchar *path)
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index 54088df..91cf46e 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -273,7 +273,7 @@ tp_group_mixin_class_init (GObjectClass *obj_cls,
  * call this function to indicate to the TpGroupMixin that it may call their
  * removal callback with the self-handle regardless of flag settings.)
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 void
 tp_group_mixin_class_allow_self_removal (GObjectClass *obj_cls)
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index e5b6b23..00c81f4 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -88,7 +88,7 @@ tp_g_value_slice_new (GType type)
  * Returns: a #GValue of type %G_TYPE_BOOLEAN with value @b, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_boolean (gboolean b)
@@ -109,7 +109,7 @@ tp_g_value_slice_new_boolean (gboolean b)
  * Returns: a #GValue of type %G_TYPE_INT with value @n, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_int (gint n)
@@ -130,7 +130,7 @@ tp_g_value_slice_new_int (gint n)
  * Returns: a #GValue of type %G_TYPE_INT64 with value @n, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_int64 (gint64 n)
@@ -151,7 +151,7 @@ tp_g_value_slice_new_int64 (gint64 n)
  * Returns: a #GValue of type %G_TYPE_UINT with value @n, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_uint (guint n)
@@ -172,7 +172,7 @@ tp_g_value_slice_new_uint (guint n)
  * Returns: a #GValue of type %G_TYPE_UINT64 with value @n, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_uint64 (guint64 n)
@@ -193,7 +193,7 @@ tp_g_value_slice_new_uint64 (guint64 n)
  * Returns: a #GValue of type %G_TYPE_DOUBLE with value @n, to be freed with
  * tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_double (double n)
@@ -214,7 +214,7 @@ tp_g_value_slice_new_double (double n)
  * Returns: a #GValue of type %G_TYPE_STRING whose value is a copy of @string,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_string (const gchar *string)
@@ -236,7 +236,7 @@ tp_g_value_slice_new_string (const gchar *string)
  * Returns: a #GValue of type %G_TYPE_STRING whose value is @string,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_static_string (const gchar *string)
@@ -259,7 +259,7 @@ tp_g_value_slice_new_static_string (const gchar *string)
  * Returns: a #GValue of type %G_TYPE_STRING whose value is @string,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_take_string (gchar *string)
@@ -281,7 +281,7 @@ tp_g_value_slice_new_take_string (gchar *string)
  * Returns: a #GValue of type @type whose value is a copy of @p,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_boxed (GType type,
@@ -306,7 +306,7 @@ tp_g_value_slice_new_boxed (GType type,
  * Returns: a #GValue of type @type whose value is @p,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_static_boxed (GType type,
@@ -333,7 +333,7 @@ tp_g_value_slice_new_static_boxed (GType type,
  * Returns: a #GValue of type @type whose value is @p,
  * to be freed with tp_g_value_slice_free() or g_slice_free()
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.27
  */
 GValue *
 tp_g_value_slice_new_take_boxed (GType type,
-- 
1.5.6.5



More information about the telepathy-commits mailing list