pidgin 2.14.14dev
|
GNT Account API. More...
#include "account.h"
Go to the source code of this file.
Functions | |
PurpleAccountUiOps * | finch_accounts_get_ui_ops (void) |
Get the ui-functions. | |
void | finch_accounts_init (void) |
Perform necessary initializations. | |
void | finch_accounts_uninit (void) |
Perform necessary uninitializations. | |
void | finch_accounts_show_all (void) |
Show the account-manager dialog. | |
void | finch_account_dialog_show (PurpleAccount *account) |
Show the edit dialog for an account. | |
GNT Account API.
Definition in file gntaccount.h.
void finch_account_dialog_show | ( | PurpleAccount * | account | ) |
Show the edit dialog for an account.
account | The account to edit, or NULL to create a new account. |
PurpleAccountUiOps * finch_accounts_get_ui_ops | ( | void | ) |
Get the ui-functions.