diff options
Diffstat (limited to 'telepathy-glib/client-factory.h')
-rw-r--r-- | telepathy-glib/client-factory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/client-factory.h b/telepathy-glib/client-factory.h index d5932458d..41bc78f55 100644 --- a/telepathy-glib/client-factory.h +++ b/telepathy-glib/client-factory.h @@ -34,6 +34,7 @@ #include <telepathy-glib/connection.h> #include <telepathy-glib/contact.h> #include <telepathy-glib/dbus-daemon.h> +#include <telepathy-glib/debug-client.h> #include <telepathy-glib/protocol.h> #include <telepathy-glib/tls-certificate.h> @@ -250,6 +251,11 @@ void tp_client_factory_add_tls_certificate_features_varargs ( GQuark feature, ...); +/* TpDebugClient */ +TpDebugClient *tp_client_factory_ensure_debug_client (TpClientFactory *self, + const gchar *unique_name, + GError **error); + G_END_DECLS #endif |