GTK+ Account Editor UI.
More...
Go to the source code of this file.
|
enum | PidginAccountDialogType { PIDGIN_ADD_ACCOUNT_DIALOG
, PIDGIN_MODIFY_ACCOUNT_DIALOG
} |
|
GTK+ Account Editor UI.
- See also
- GtkAccount Signals
Definition in file gtkaccount.h.
◆ pidgin_account_dialog_show()
void pidgin_account_dialog_show |
( |
PidginAccountDialogType |
type, |
|
|
PurpleAccount * |
account |
|
) |
| |
Shows an add/modify account dialog.
- Parameters
-
type | The type of dialog. |
account | The associated account, or NULL for an Add dialog. |
◆ pidgin_account_get_handle()
void* pidgin_account_get_handle |
( |
void |
| ) |
|
Returns the gtkaccounts handle.
- Returns
- The handle to the GTK+ account system
◆ pidgin_accounts_get_ui_ops()
Returns the GTK+ account UI ops.
- Returns
- The UI operations structure.