summaryrefslogtreecommitdiff
path: root/telepathy-glib/automatic-client-factory-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/automatic-client-factory-internal.h')
-rw-r--r--telepathy-glib/automatic-client-factory-internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/telepathy-glib/automatic-client-factory-internal.h b/telepathy-glib/automatic-client-factory-internal.h
index f69319b34..60fda5cdf 100644
--- a/telepathy-glib/automatic-client-factory-internal.h
+++ b/telepathy-glib/automatic-client-factory-internal.h
@@ -26,35 +26,35 @@
G_BEGIN_DECLS
TpTextChannel *_tp_text_channel_new_with_factory (
- TpSimpleClientFactory *factory,
+ TpClientFactory *factory,
TpConnection *conn,
const gchar *object_path,
const GHashTable *immutable_properties,
GError **error);
TpStreamTubeChannel *_tp_stream_tube_channel_new_with_factory (
- TpSimpleClientFactory *factory,
+ TpClientFactory *factory,
TpConnection *conn,
const gchar *object_path,
const GHashTable *immutable_properties,
GError **error);
TpDBusTubeChannel *_tp_dbus_tube_channel_new_with_factory (
- TpSimpleClientFactory *factory,
+ TpClientFactory *factory,
TpConnection *conn,
const gchar *object_path,
const GHashTable *immutable_properties,
GError **error);
TpFileTransferChannel *_tp_file_transfer_channel_new_with_factory (
- TpSimpleClientFactory *factory,
+ TpClientFactory *factory,
TpConnection *conn,
const gchar *object_path,
const GHashTable *immutable_properties,
GError **error);
TpCallChannel *_tp_call_channel_new_with_factory (
- TpSimpleClientFactory *factory,
+ TpClientFactory *factory,
TpConnection *conn,
const gchar *object_path,
const GHashTable *immutable_properties,