summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
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/base-client.h
parentd7d81d9d33f471bfaf45e70764b875600c41439e (diff)
downloadtelepathy-glib-884e32afc11107aa8e12ff282a90c10113adba49.tar.gz
prepare 0.19.10telepathy-glib-0.19.10
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index a3cffffc1..5c2a718a9 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -111,7 +111,7 @@ void tp_base_client_implement_handle_channels (TpBaseClientClass *klass,
void tp_base_client_add_observer_filter (TpBaseClient *self,
GHashTable *filter);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_base_client_add_observer_filter_vardict (TpBaseClient *self,
GVariant *filter);
void tp_base_client_take_observer_filter (TpBaseClient *self,
@@ -126,7 +126,7 @@ void tp_base_client_add_approver_filter (TpBaseClient *self,
GHashTable *filter);
void tp_base_client_take_approver_filter (TpBaseClient *self,
GHashTable *filter);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_base_client_add_approver_filter_vardict (TpBaseClient *self,
GVariant *filter);
@@ -136,7 +136,7 @@ void tp_base_client_add_handler_filter (TpBaseClient *self,
GHashTable *filter);
void tp_base_client_take_handler_filter (TpBaseClient *self,
GHashTable *filter);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_base_client_add_handler_filter_vardict (TpBaseClient *self,
GVariant *filter);
void tp_base_client_set_handler_bypass_approval (TpBaseClient *self,