]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-widget.h
Pass EmpathyConnectionManagers to the import widget
[empathy.git] / src / empathy-import-widget.h
index 8af953d79b0280f04668136cfaf98ea4f3ab5a0c..14a01d79d7c451b5676192d738eeaa828d8a28b1 100644 (file)
 
 #include <glib-object.h>
 
+#include <libempathy/empathy-connection-managers.h>
+
+#include "empathy-import-utils.h"
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_IMPORT_WIDGET empathy_import_widget_get_type()
@@ -57,7 +61,8 @@ typedef struct {
 
 GType empathy_import_widget_get_type (void);
 
-EmpathyImportWidget* empathy_import_widget_new (void);
+EmpathyImportWidget* empathy_import_widget_new (EmpathyImportApplication id,
+    EmpathyConnectionManagers *cms);
 
 GtkWidget * empathy_import_widget_get_widget (EmpathyImportWidget *self);