cb2e80e0192fb53de428aa185df545f1b995f3df
[modest] / src / gtk-glade / modest-ui-account-setup.h
1 /* modest-ui-account-setup.h */
2 /* insert (c)/licensing information) */
3
4 #ifndef __MODEST_UI_ACCOUNT_SETUP_H__
5 #define __MODEST_UI_ACCOUNT_SETUP_H__
6
7 #include "modest-ui-glade.h"
8
9 /**
10  * account_settings:
11  * @GtkWidget: The widget by which this CALLBACK is called.
12  * @gpointer: user data set when the signal handler was connected. A
13  * ModestUI is needed here.
14  */
15 void
16 account_settings (GtkWidget *,
17                   gpointer);
18
19 #endif /* __MODEST_UI_ACCOUNT_SETUP_H__ */
20