c9cdd546429724852790061c897dd8149e2380d3
[modest] / src / gtk / modest-ui-wizard.h
1 /* modest-ui-wizard.h */
2 /* insert (c)/licensing information) */
3
4 #ifndef __MODEST_UI_WIZARD_H__
5 #define __MODEST_UI_WIZARD_H__
6
7 #include "modest-ui-glade.h"
8
9 /**
10  * wizard_account_dialog:
11  * @modest-ui: a ModestUI instance
12  *
13  * Handle the dialog window acting as account wizard. The wizard allows
14  * the creation of identities and server accounts.
15  */
16 void
17 wizard_account_dialog(ModestUI *modest_ui);
18
19 /**
20  * new_wizard_account:
21  * @GtkWidget: The widget by which this CALLBACK is called.
22  * @gpointer: A ModestUI is needed as second argument.
23  */
24 void
25 new_wizard_account (GtkWidget *,
26                     gpointer);
27
28 #endif /* __MODEST_UI_WIZARD_H__ */
29