aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tube-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tube-handler.h')
-rw-r--r--libempathy/empathy-tube-handler.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/libempathy/empathy-tube-handler.h b/libempathy/empathy-tube-handler.h
index 7518a3303..f20527a68 100644
--- a/libempathy/empathy-tube-handler.h
+++ b/libempathy/empathy-tube-handler.h
@@ -24,6 +24,8 @@
#include <glib.h>
+#include <telepathy-glib/enums.h>
+
G_BEGIN_DECLS
#define EMPATHY_TYPE_TUBE_HANDLER (empathy_tube_handler_get_type ())
@@ -49,17 +51,12 @@ struct _EmpathyTubeHandlerClass {
GObjectClass parent_class;
};
-typedef enum {
- EMPATHY_TYPE_STREAM_TUBE = 0,
- EMPATHY_TYPE_DBUS_TUBE
-} EmpathyTubeType;
-
GType empathy_tube_handler_get_type (void) G_GNUC_CONST;
-EmpathyTubeHandler *empathy_tube_handler_new (EmpathyTubeType type,
+EmpathyTubeHandler *empathy_tube_handler_new (TpTubeType type,
const gchar *service);
-gchar *empathy_tube_handler_build_bus_name (EmpathyTubeType type,
+gchar *empathy_tube_handler_build_bus_name (TpTubeType type,
const gchar *service);
-gchar *empathy_tube_handler_build_object_path (EmpathyTubeType type,
+gchar *empathy_tube_handler_build_object_path (TpTubeType type,
const gchar *service);
G_END_DECLS