00001 00025 #ifndef _GAIM_GTK_ACCOUNT_H_ 00026 #define _GAIM_GTK_ACCOUNT_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 00064 #endif /* _GAIM_GTK_ACCOUNT_H_ */ 00065