gtkaccount.h

Go to the documentation of this file.
00001 
00025 #ifndef _GAIM_GTKACCOUNT_H_
00026 #define _GAIM_GTKACCOUNT_H_
00027 
00028 #include "account.h"
00029 
00030 typedef enum
00031 {
00032     GAIM_GTK_ADD_ACCOUNT_DIALOG,
00033     GAIM_GTK_MODIFY_ACCOUNT_DIALOG
00034 
00035 } GaimGtkAccountDialogType;
00036 
00037 
00041 void gaim_gtk_accounts_window_show(void);
00042 
00046 void gaim_gtk_accounts_window_hide(void);
00047 
00054 void gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type,
00055                                   GaimAccount *account);
00056 
00062 GaimAccountUiOps *gaim_gtk_accounts_get_ui_ops(void);
00063 
00069 void *gaim_gtk_account_get_handle(void);
00070 
00074 void gaim_gtk_account_init(void);
00075 
00079 void gaim_gtk_account_uninit(void);
00080 
00081 #endif /* _GAIM_GTKACCOUNT_H_ */

Generated on Sun Feb 18 08:39:33 2007 for gaim by  doxygen 1.5.1