summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-client-factory.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-06 16:11:47 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-06 16:18:28 +0200
commit227d29086df4b4d40fd201ec6e0924a2559692d2 (patch)
treed60e227309ec9b3372c5b9c93a45df22aabdbab7 /telepathy-glib/simple-client-factory.h
parent65d59a833bb1a6ec388b06c39d9c0bd28d529f9d (diff)
downloadtelepathy-glib-227d29086df4b4d40fd201ec6e0924a2559692d2.tar.gz
Prepare 0.19.1telepathy-glib-0.19.1
Diffstat (limited to 'telepathy-glib/simple-client-factory.h')
-rw-r--r--telepathy-glib/simple-client-factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/simple-client-factory.h b/telepathy-glib/simple-client-factory.h
index 03e94a1ea..3fa973f78 100644
--- a/telepathy-glib/simple-client-factory.h
+++ b/telepathy-glib/simple-client-factory.h
@@ -179,7 +179,7 @@ TpContact *tp_simple_client_factory_ensure_contact (TpSimpleClientFactory *self,
TpConnection *connection,
TpHandle handle,
const gchar *identifier);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_simple_client_factory_upgrade_contacts_async (
TpSimpleClientFactory *self,
TpConnection *connection,
@@ -187,20 +187,20 @@ void tp_simple_client_factory_upgrade_contacts_async (
TpContact * const *contacts,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
gboolean tp_simple_client_factory_upgrade_contacts_finish (
TpSimpleClientFactory *self,
GAsyncResult *result,
GPtrArray **contacts,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_simple_client_factory_ensure_contact_by_id_async (
TpSimpleClientFactory *self,
TpConnection *connection,
const gchar *identifier,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
TpContact *tp_simple_client_factory_ensure_contact_by_id_finish (
TpSimpleClientFactory *self,
GAsyncResult *result,