]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-widget.h
Updated Swedish translation
[empathy.git] / src / empathy-import-widget.h
index 48f2e1d489ae6aae4c70d8a2390fd273ef2fbbd0..221fa14393b05e1d2957a357389bfd31db49853d 100644 (file)
@@ -25,7 +25,8 @@
 #ifndef __EMPATHY_IMPORT_WIDGET_H__
 #define __EMPATHY_IMPORT_WIDGET_H__
 
-#include <glib-object.h>
+#include <gtk/gtk.h>
+#include <tp-account-widgets/tpaw-connection-managers.h>
 
 #include "empathy-import-utils.h"
 
@@ -59,7 +60,8 @@ typedef struct {
 
 GType empathy_import_widget_get_type (void);
 
-EmpathyImportWidget* empathy_import_widget_new (EmpathyImportApplication id);
+EmpathyImportWidget* empathy_import_widget_new (EmpathyImportApplication id,
+    TpawConnectionManagers *cms);
 
 GtkWidget * empathy_import_widget_get_widget (EmpathyImportWidget *self);