]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-widget.h
Update Simplified Chinese help translation.
[empathy.git] / src / empathy-import-widget.h
index 8af953d79b0280f04668136cfaf98ea4f3ab5a0c..48f2e1d489ae6aae4c70d8a2390fd273ef2fbbd0 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <glib-object.h>
 
+#include "empathy-import-utils.h"
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_IMPORT_WIDGET empathy_import_widget_get_type()
@@ -57,7 +59,7 @@ typedef struct {
 
 GType empathy_import_widget_get_type (void);
 
-EmpathyImportWidget* empathy_import_widget_new (void);
+EmpathyImportWidget* empathy_import_widget_new (EmpathyImportApplication id);
 
 GtkWidget * empathy_import_widget_get_widget (EmpathyImportWidget *self);