aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-import-assistant.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-import-assistant.h')
-rw-r--r--widgets/misc/e-import-assistant.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/misc/e-import-assistant.h b/widgets/misc/e-import-assistant.h
index f55c5129e4..b2bba8d653 100644
--- a/widgets/misc/e-import-assistant.h
+++ b/widgets/misc/e-import-assistant.h
@@ -60,7 +60,9 @@ struct _EImportAssistantClass {
GType e_import_assistant_get_type (void);
GtkWidget * e_import_assistant_new (GtkWindow *parent);
-GtkWidget * e_import_assistant_new_simple (GtkWindow *parent, gchar **uris, gboolean preview);
+GtkWidget * e_import_assistant_new_simple (GtkWindow *parent,
+ gchar **uris,
+ gboolean preview);
G_END_DECLS