]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-dialog.h
Merge branch 'gnome-3-8'
[empathy.git] / src / empathy-import-dialog.h
index 0e9d225c4c163114b80f12763401dcdf7555e9bd..8fce49fcdc0ba2caa26850b426644c595a4ec933 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef __EMPATHY_IMPORT_DIALOG_H__
 #define __EMPATHY_IMPORT_DIALOG_H__
 
+#include <tp-account-widgets/tpaw-connection-managers.h>
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_IMPORT_DIALOG empathy_import_dialog_get_type()
@@ -56,7 +58,8 @@ typedef struct {
 GType empathy_import_dialog_get_type (void);
 
 GtkWidget* empathy_import_dialog_new (GtkWindow *parent_window,
-    gboolean show_warning);
+    gboolean show_warning,
+    TpawConnectionManagers *cms);
 
 G_END_DECLS