00001 00025 #ifndef _PIDGINACCOUNT_H_ 00026 #define _PIDGINACCOUNT_H_ 00027 00028 #include "account.h" 00029 00030 typedef enum 00031 { 00032 PIDGIN_ADD_ACCOUNT_DIALOG, 00033 PIDGIN_MODIFY_ACCOUNT_DIALOG 00034 00035 } PidginAccountDialogType; 00036 00037 00041 void pidgin_accounts_window_show(void); 00042 00046 void pidgin_accounts_window_hide(void); 00047 00054 void pidgin_account_dialog_show(PidginAccountDialogType type, 00055 PurpleAccount *account); 00056 00062 PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void); 00063 00069 void *pidgin_account_get_handle(void); 00070 00074 void pidgin_account_init(void); 00075 00079 void pidgin_account_uninit(void); 00080 00081 #endif /* _PIDGINACCOUNT_H_ */