[Telepathy-commits] [telepathy-glib/master] Mark new functionality as released in 0.7.14
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 04:49:02 PDT 2008
---
telepathy-glib/connection.c | 2 +-
telepathy-glib/contacts-mixin.c | 18 +++++++++---------
telepathy-glib/debug.c | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index fc2eb57..1e21d73 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -565,7 +565,7 @@ finally:
* Returns: This connection's status, or %TP_UNKNOWN_CONNECTION_STATUS if we
* don't know yet.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*/
TpConnectionStatus
tp_connection_get_status (TpConnection *self,
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index c6da33f..be5afdd 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -44,7 +44,7 @@
* To add interfaces with contact attributes to this interface use
* tp_contacts_mixin_add_contact_attributes_iface:
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
@@ -136,7 +136,7 @@ tp_presence_mixin_get_contacts_dbus_property (GObject *object,
*
* Returns: the quark used for storing mixin offset on a GObjectClass
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
GQuark
@@ -158,7 +158,7 @@ tp_contacts_mixin_class_get_offset_quark ()
*
* Returns: the quark used for storing mixin offset on a GObject
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
GQuark
@@ -187,7 +187,7 @@ tp_contacts_mixin_get_offset_quark ()
* G_STRUCT_OFFSET (SomeObjectClass, contacts_mixin));
* </programlisting></informalexample>
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
@@ -224,7 +224,7 @@ tp_contacts_mixin_class_init (GObjectClass *obj_cls, glong offset)
* G_STRUCT_OFFSET (SomeObject, text_mixin));
* </programlisting></informalexample>
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
void
@@ -251,7 +251,7 @@ tp_contacts_mixin_init (GObject *obj, gsize offset)
*
* Free resources held by the contacts mixin.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
void
@@ -352,7 +352,7 @@ tp_contacts_mixin_get_contact_attributes (
* using this mixin. This function should usually be called via
* G_IMPLEMENT_INTERFACE.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
void
@@ -378,7 +378,7 @@ tp_contacts_mixin_iface_init (gpointer g_iface, gpointer iface_data)
* handle array passed to the filler function are guaranteed to be valid and
* referenced.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
@@ -409,7 +409,7 @@ tp_contacts_mixin_add_contact_attributes_iface (GObject *obj,
* Utility function to set attribute for handle to value in the attributes hash
* as passed to a TpContactsMixinFillContactAttributesFunc.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.14
*
*/
diff --git a/telepathy-glib/debug.c b/telepathy-glib/debug.c
index 37687c0..d42c5d6 100644
--- a/telepathy-glib/debug.c
+++ b/telepathy-glib/debug.c
@@ -301,7 +301,7 @@ tp_debug_set_persistent (gboolean persistent)
*
* By default the file is truncated and hence overwritten each time the
* process is executed.
- * Since version 0.7.UNRELEASED, if the filename is prefixed with '+' then the
+ * Since version 0.7.14, if the filename is prefixed with '+' then the
* file is not truncated and output is added at the end of the file.
*
* Passing %NULL to this function is guaranteed to have no effect. This is
--
1.5.6.3
More information about the Telepathy-commits
mailing list