Structure representing an account.
More...
#include <account.h>
Structure representing an account.
Definition at line 169 of file account.h.
◆ alias
char* _PurpleAccount::alias |
How you appear to yourself.
Definition at line 172 of file account.h.
◆ buddy_icon_path
char* _PurpleAccount::buddy_icon_path |
The buddy icon's non-cached path.
Definition at line 176 of file account.h.
◆ deny
GSList* _PurpleAccount::deny |
◆ disconnecting
gboolean _PurpleAccount::disconnecting |
The account is currently disconnecting.
Definition at line 183 of file account.h.
◆ gc
The connection handle.
Definition at line 182 of file account.h.
◆ password
char* _PurpleAccount::password |
The account password.
Definition at line 173 of file account.h.
◆ perm_deny
The permit/deny setting.
Definition at line 203 of file account.h.
◆ permit
GSList* _PurpleAccount::permit |
◆ presence
PurplePresence* _PurpleAccount::presence |
◆ priv
gpointer _PurpleAccount::priv |
Pointer to opaque private data.
Definition at line 214 of file account.h.
◆ protocol_id
char* _PurpleAccount::protocol_id |
The ID of the protocol.
Definition at line 180 of file account.h.
◆ proxy_info
Proxy information.
This will be set
Definition at line 188 of file account.h.
◆ registration_cb
PurpleAccountRegistrationCb _PurpleAccount::registration_cb |
◆ registration_cb_user_data
void* _PurpleAccount::registration_cb_user_data |
◆ remember_pass
gboolean _PurpleAccount::remember_pass |
Remember the password.
Definition at line 178 of file account.h.
◆ settings
GHashTable* _PurpleAccount::settings |
Protocol-specific settings.
Definition at line 185 of file account.h.
◆ status_types
GList* _PurpleAccount::status_types |
◆ system_log
◆ ui_data
void* _PurpleAccount::ui_data |
The UI can put data here.
Definition at line 210 of file account.h.
◆ ui_settings
GHashTable* _PurpleAccount::ui_settings |
UI-specific settings.
Definition at line 186 of file account.h.
◆ user_info
char* _PurpleAccount::user_info |
◆ username
char* _PurpleAccount::username |
The documentation for this struct was generated from the following file: