_PurpleAccount Struct Reference

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.
PurpleConnectiongc
 The connection handle.
gboolean disconnecting
 The account is currently disconnecting.
GHashTable * settings
 Protocol-specific settings.
GHashTable * ui_settings
 UI-specific settings.
PurpleProxyInfoproxy_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.
PurpleLogsystem_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.


Detailed Description

Structure representing an account.

Definition at line 111 of file account.h.


Field Documentation

How you appear to yourself.

Definition at line 114 of file account.h.

The buddy icon's non-cached path.

Definition at line 118 of file account.h.

Deny list.

Definition at line 143 of file account.h.

The connection handle.

Definition at line 124 of file account.h.

The account password.

Definition at line 115 of file account.h.

The permit/deny setting.

Definition at line 144 of file account.h.

Permit list.

Definition at line 142 of file account.h.

PurplePresence* _PurpleAccount::presence

Presence.

Definition at line 148 of file account.h.

Pointer to opaque private data.

Definition at line 155 of file account.h.

The ID of the protocol.

Definition at line 122 of file account.h.

Proxy information.

This will be set

Definition at line 130 of file account.h.

Remember the password.

Definition at line 120 of file account.h.

Protocol-specific settings.

Definition at line 127 of file account.h.

Status types.

Definition at line 146 of file account.h.

The UI can put data here.

Definition at line 151 of file account.h.

UI-specific settings.

Definition at line 128 of file account.h.

User information.

Definition at line 116 of file account.h.

The username.

Definition at line 113 of file account.h.


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