summaryrefslogtreecommitdiff
path: root/telepathy-glib/protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-04 13:42:21 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-04 13:42:21 +0000
commitb6df2edf754dd0b5ce6971e10140b44df9e730e1 (patch)
tree59733d7cc4adda160a3e50e81f132510dcdc2498 /telepathy-glib/protocol.h
parent58557fc633c44c261d5e1a8c85438fa12bdf72e6 (diff)
downloadtelepathy-glib-b6df2edf754dd0b5ce6971e10140b44df9e730e1.tar.gz
0.23.1
Diffstat (limited to 'telepathy-glib/protocol.h')
-rw-r--r--telepathy-glib/protocol.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/telepathy-glib/protocol.h b/telepathy-glib/protocol.h
index e380441ef..1a06c7fe2 100644
--- a/telepathy-glib/protocol.h
+++ b/telepathy-glib/protocol.h
@@ -113,17 +113,17 @@ const gchar * const *
/* gtk-doc sucks */
tp_protocol_get_authentication_types (TpProtocol *self);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
const gchar * const *
/* ... */
tp_protocol_get_addressable_vcard_fields (TpProtocol *self);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
const gchar * const *
/* ... */
tp_protocol_get_addressable_uri_schemes (TpProtocol *self);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
GList *tp_protocol_dup_presence_statuses (TpProtocol *self)
G_GNUC_WARN_UNUSED_RESULT;
@@ -139,43 +139,43 @@ TpCapabilities *tp_protocol_get_capabilities (TpProtocol *self);
_TP_AVAILABLE_IN_0_16
TpAvatarRequirements * tp_protocol_get_avatar_requirements (TpProtocol *self);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_contact_async (TpProtocol *self,
const gchar *contact,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_contact_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
void tp_protocol_identify_account_async (TpProtocol *self,
GVariant *vardict,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_identify_account_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_contact_uri_async (TpProtocol *self,
const gchar *uri,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_contact_uri_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_vcard_address_async (TpProtocol *self,
const gchar *field,
const gchar *value,
@@ -183,7 +183,7 @@ void tp_protocol_normalize_vcard_address_async (TpProtocol *self,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_vcard_address_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);