#include <account.h>
Collaboration diagram for _PurpleAccount:

Data Fields | |
| char * | username |
| The username. | |
| char * | alias |
| How you appear to yourself. | |
| char * | password |
| The account password. | |
| char * | user_info |
| User information. | |
| char * | buddy_icon_path |
| The buddy icon's non-cached path. | |
| gboolean | remember_pass |
| Remember the password. | |
| char * | protocol_id |
| The ID of the protocol. | |
| PurpleConnection * | gc |
| The connection handle. | |
| gboolean | disconnecting |
| The account is currently disconnecting. | |
| GHashTable * | settings |
| Protocol-specific settings. | |
| GHashTable * | ui_settings |
| UI-specific settings. | |
| PurpleProxyInfo * | proxy_info |
| Proxy information. | |
| GSList * | permit |
| Permit list. | |
| GSList * | deny |
| Deny list. | |
| int | perm_deny |
| The permit/deny setting. | |
| GList * | status_types |
| Status types. | |
| PurplePresence * | presence |
| Presence. | |
| PurpleLog * | system_log |
| The system log. | |
| void * | ui_data |
| The UI can put data here. | |
| PurpleAccountRegistrationCb | registration_cb |
| void * | registration_cb_user_data |
| gpointer | priv |
| Pointer to opaque private data. | |
Definition at line 112 of file account.h.