_PurpleAccount Struct Reference

Collaboration diagram for _PurpleAccount:

Collaboration graph
[legend]

Data Fields

char * alias
 How you appear to yourself.
char * buddy_icon_path
 The buddy icon's non-cached path.
GSList * deny
 Deny list.
gboolean disconnecting
 The account is currently disconnecting.
PurpleConnectiongc
 The connection handle.
char * password
 The account password.
int perm_deny
 The permit/deny setting.
GSList * permit
 Permit list.
PurplePresencepresence
 Presence.
char * protocol_id
 The ID of the protocol.
PurpleProxyInfoproxy_info
 Proxy information.
gboolean remember_pass
 Remember the password.
GHashTable * settings
 Protocol-specific settings.
GList * status_types
 Status types.
PurpleLogsystem_log
 The system log.
void * ui_data
 The UI can put data here.
GHashTable * ui_settings
 UI-specific settings.
char * user_info
 User information.
char * username
 The username.

Detailed Description

Definition at line 76 of file account.h.


Field Documentation

char* _PurpleAccount::alias

How you appear to yourself.

Definition at line 79 of file account.h.

char* _PurpleAccount::buddy_icon_path

The buddy icon's non-cached path.

Definition at line 83 of file account.h.

GSList* _PurpleAccount::deny

Deny list.

Definition at line 100 of file account.h.

PurpleConnection* _PurpleAccount::gc

The connection handle.

Definition at line 89 of file account.h.

char* _PurpleAccount::password

The account password.

Definition at line 80 of file account.h.

int _PurpleAccount::perm_deny

The permit/deny setting.

Definition at line 101 of file account.h.

GSList* _PurpleAccount::permit

Permit list.

Definition at line 99 of file account.h.

PurplePresence* _PurpleAccount::presence

Presence.

Definition at line 105 of file account.h.

char* _PurpleAccount::protocol_id

The ID of the protocol.

Definition at line 87 of file account.h.

PurpleProxyInfo* _PurpleAccount::proxy_info

Proxy information.

This will be set

Definition at line 95 of file account.h.

gboolean _PurpleAccount::remember_pass

Remember the password.

Definition at line 85 of file account.h.

GHashTable* _PurpleAccount::settings

Protocol-specific settings.

Definition at line 92 of file account.h.

GList* _PurpleAccount::status_types

Status types.

Definition at line 103 of file account.h.

void* _PurpleAccount::ui_data

The UI can put data here.

Definition at line 108 of file account.h.

GHashTable* _PurpleAccount::ui_settings

UI-specific settings.

Definition at line 93 of file account.h.

char* _PurpleAccount::user_info

User information.

Definition at line 81 of file account.h.

char* _PurpleAccount::username

The username.

Definition at line 78 of file account.h.


The documentation for this struct was generated from the following file: