27#ifndef _PIDGINACCOUNT_H_
28#define _PIDGINACCOUNT_H_
34 PIDGIN_ADD_ACCOUNT_DIALOG,
35 PIDGIN_MODIFY_ACCOUNT_DIALOG
37} PidginAccountDialogType;
PurpleAccountUiOps * pidgin_accounts_get_ui_ops(void)
Returns the GTK+ account UI ops.
void pidgin_accounts_window_hide(void)
Hides the accounts window.
void * pidgin_account_get_handle(void)
Returns the gtkaccounts handle.
void pidgin_account_uninit(void)
Uninitializes the GTK+ account system.
void pidgin_accounts_window_show(void)
Shows the accounts window.
void pidgin_account_init(void)
Initializes the GTK+ account system.
void pidgin_account_dialog_show(PidginAccountDialogType type, PurpleAccount *account)
Shows an add/modify account dialog.
Account UI operations, used to notify the user of status changes and when buddies add this account to...
Structure representing an account.