summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact-search-result.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-01-27 16:41:04 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-01-27 16:42:02 +0000
commit1f41608c4b458c4f3d047d8e2ee38fdf6677af4f (patch)
tree67d161a4615b15335f53bbcb3f4459310f0d4a45 /telepathy-glib/contact-search-result.c
parent006f37f0f5c9382b914ff83e27d0ab490ee2c1c7 (diff)
downloadtelepathy-glib-1f41608c4b458c4f3d047d8e2ee38fdf6677af4f.tar.gz
version 0.13.11telepathy-glib-0.13.11
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/contact-search-result.c')
-rw-r--r--telepathy-glib/contact-search-result.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/contact-search-result.c b/telepathy-glib/contact-search-result.c
index 8941de3e0..a47e7eed0 100644
--- a/telepathy-glib/contact-search-result.c
+++ b/telepathy-glib/contact-search-result.c
@@ -39,7 +39,7 @@
* #TpContactSearchResult objects represent results for
* #TpContactSearch.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
/**
@@ -47,7 +47,7 @@
*
* The class of a #TpContactSearchResult.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
/**
@@ -57,7 +57,7 @@
* search channel.
* There are no interesting public struct fields.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
G_DEFINE_TYPE (TpContactSearchResult,
@@ -155,7 +155,7 @@ tp_contact_search_result_class_init (TpContactSearchResultClass *klass)
*
* The contact identifier.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
g_object_class_install_property (gobject_class,
PROP_IDENTIFIER,
@@ -204,7 +204,7 @@ _tp_contact_search_result_insert_field (TpContactSearchResult *self,
*
* Returns: the contact identifier.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
const gchar *
tp_contact_search_result_get_identifier (TpContactSearchResult *self)
@@ -224,7 +224,7 @@ tp_contact_search_result_get_identifier (TpContactSearchResult *self)
* Returns: (transfer none): the specified field, or %NULL if the
* result doesn't have it.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.11
*/
TpContactInfoField *
tp_contact_search_result_get_field (TpContactSearchResult *self,