summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 823a1e818..809b9ab0e 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -141,26 +141,26 @@ void tp_base_client_add_handler_capabilities_varargs (TpBaseClient *self,
void tp_base_client_add_account_features (TpBaseClient *self,
const GQuark *features, gssize n)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_account_features);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_account_features);
void tp_base_client_add_account_features_varargs (TpBaseClient *self,
GQuark feature, ...)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_account_features_varargs);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_account_features_varargs);
void tp_base_client_add_channel_features (TpBaseClient *self,
const GQuark *features, gssize n)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_channel_features);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_channel_features);
void tp_base_client_add_channel_features_varargs (TpBaseClient *self,
GQuark feature, ...)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_channel_features_varargs);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_channel_features_varargs);
void tp_base_client_add_connection_features (TpBaseClient *self,
const GQuark *features, gssize n)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_connection_features);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_connection_features);
void tp_base_client_add_connection_features_varargs (TpBaseClient *self,
GQuark feature, ...)
- _TP_GNUC_DEPRECATED_FOR (tp_simple_client_factory_add_connection_features_varargs);
+ _TP_GNUC_DEPRECATED_FOR (tp_client_factory_add_connection_features_varargs);
void tp_base_client_set_channel_factory (TpBaseClient *self,