summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 15:36:10 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 16:04:30 +0200
commit884e32afc11107aa8e12ff282a90c10113adba49 (patch)
tree6e4468794b6ddaec4117f8e51ee9e3b0b636a087 /telepathy-glib/contact.c
parentd7d81d9d33f471bfaf45e70764b875600c41439e (diff)
downloadtelepathy-glib-884e32afc11107aa8e12ff282a90c10113adba49.tar.gz
prepare 0.19.10telepathy-glib-0.19.10
Diffstat (limited to 'telepathy-glib/contact.c')
-rw-r--r--telepathy-glib/contact.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index cf5aed3a0..94b0952dd 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -97,7 +97,7 @@ struct _TpContact {
* @TP_CONTACT_FEATURE_PRESENCE: #TpContact:presence-type,
* #TpContact:presence-status and #TpContact:presence-message
* @TP_CONTACT_FEATURE_LOCATION: #TpContact:location (available since 0.11.1)
- * and #TpContact:location-vardict (since 0.UNRELEASED)
+ * and #TpContact:location-vardict (since 0.19.10)
* @TP_CONTACT_FEATURE_CAPABILITIES: #TpContact:capabilities
* (available since 0.11.3)
* @TP_CONTACT_FEATURE_AVATAR_DATA: #TpContact:avatar-file and
@@ -569,7 +569,7 @@ tp_contact_get_location (TpContact *self)
* Returns: a variant of type %G_VARIANT_TYPE_VARDICT, the same as
* the #TpContact:location-vardict property
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
GVariant *
tp_contact_dup_location (TpContact *self)
@@ -1263,7 +1263,7 @@ tp_contact_class_init (TpContactClass *klass)
* This property contains the same information as #TpContact:location,
* in a different format.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
param_spec = g_param_spec_variant ("location-vardict",
"Location",