diff options
Diffstat (limited to 'e-util/e-import-assistant.h')
-rw-r--r-- | e-util/e-import-assistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-import-assistant.h b/e-util/e-import-assistant.h index 0ee580e31e..a2783721a5 100644 --- a/e-util/e-import-assistant.h +++ b/e-util/e-import-assistant.h @@ -62,7 +62,7 @@ struct _EImportAssistantClass { GtkAssistantClass parent_class; }; -GType e_import_assistant_get_type (void); +GType e_import_assistant_get_type (void) G_GNUC_CONST; GtkWidget * e_import_assistant_new (GtkWindow *parent); GtkWidget * e_import_assistant_new_simple (GtkWindow *parent, const gchar * const *uris); |