summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-factory-iface.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-02 18:49:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-02 20:19:35 +0100
commit2cc2520bcfa36c834dab111ebf41637bbfc8371f (patch)
tree17f9ed7c7ae3bdbfa839936bcec1b4c4073ff7ba /telepathy-glib/channel-factory-iface.h
parentbf6922353b10e50b62ae7a26d9a727fe5f5bf763 (diff)
downloadtelepathy-glib-2cc2520bcfa36c834dab111ebf41637bbfc8371f.tar.gz
Use _TP_DEPRECATED_IN_* for most deprecated functions
Also make use of TP_DISABLE_DEPRECATED consistent: always wrap deprecated functions, and add deprecation decorators to any wrapped function.
Diffstat (limited to 'telepathy-glib/channel-factory-iface.h')
-rw-r--r--telepathy-glib/channel-factory-iface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/channel-factory-iface.h b/telepathy-glib/channel-factory-iface.h
index 6ae303b19..aaa16d62b 100644
--- a/telepathy-glib/channel-factory-iface.h
+++ b/telepathy-glib/channel-factory-iface.h
@@ -198,25 +198,33 @@ struct _TpChannelFactoryIfaceClass {
GType tp_channel_factory_iface_get_type (void);
+_TP_DEPRECATED
void tp_channel_factory_iface_close_all (TpChannelFactoryIface *self);
+_TP_DEPRECATED
void tp_channel_factory_iface_connecting (TpChannelFactoryIface *self);
+_TP_DEPRECATED
void tp_channel_factory_iface_connected (TpChannelFactoryIface *self);
+_TP_DEPRECATED
void tp_channel_factory_iface_disconnected (TpChannelFactoryIface *self);
+_TP_DEPRECATED
void tp_channel_factory_iface_foreach (TpChannelFactoryIface *self,
TpChannelFunc func, gpointer data);
+_TP_DEPRECATED
TpChannelFactoryRequestStatus tp_channel_factory_iface_request (
TpChannelFactoryIface *self, const gchar *chan_type,
TpHandleType handle_type, guint handle, gpointer request,
TpChannelIface **ret, GError **error);
+_TP_DEPRECATED
void tp_channel_factory_iface_emit_new_channel (gpointer instance,
TpChannelIface *channel, gpointer request);
+_TP_DEPRECATED
void tp_channel_factory_iface_emit_channel_error (gpointer instance,
TpChannelIface *channel, GError *error, gpointer request);