Structure representing an account. More...
#include <account.h>
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. | |
PurplePrivacyType | 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. |
char* _PurpleAccount::alias |
GSList* _PurpleAccount::deny |
char* _PurpleAccount::password |
GSList* _PurpleAccount::permit |
PurplePresence* _PurpleAccount::presence |
gpointer _PurpleAccount::priv |
gboolean _PurpleAccount::remember_pass |
GHashTable* _PurpleAccount::settings |
GList* _PurpleAccount::status_types |
void* _PurpleAccount::ui_data |
GHashTable* _PurpleAccount::ui_settings |
char* _PurpleAccount::username |