_PurpleConnection Struct Reference

Collaboration diagram for _PurpleConnection:

Collaboration graph
[legend]

Data Fields

PurplePluginprpl
 The protocol plugin.
PurpleConnectionFlags flags
 Connection flags.
PurpleConnectionState state
 The connection state.
PurpleAccountaccount
 The account being connected to.
char * password
 The password used.
int inpa
 The input watcher.
GSList * buddy_chats
 A list of active chats.
void * proto_data
 Protocol-specific data.
char * display_name
 How you appear to other people.
guint keepalive
 Keep-alive.
gboolean wants_to_die
 Wants to Die state.
guint disconnect_timeout
 Timer used for nasty stack tricks.

Detailed Description

Definition at line 118 of file connection.h.


Field Documentation

PurplePlugin* _PurpleConnection::prpl

The protocol plugin.

Definition at line 120 of file connection.h.

PurpleConnectionFlags _PurpleConnection::flags

Connection flags.

Definition at line 121 of file connection.h.

PurpleConnectionState _PurpleConnection::state

The connection state.

Definition at line 123 of file connection.h.

PurpleAccount* _PurpleConnection::account

The account being connected to.

Definition at line 125 of file connection.h.

char* _PurpleConnection::password

The password used.

Definition at line 126 of file connection.h.

int _PurpleConnection::inpa

The input watcher.

Definition at line 127 of file connection.h.

GSList* _PurpleConnection::buddy_chats

A list of active chats.

Definition at line 129 of file connection.h.

void* _PurpleConnection::proto_data

Protocol-specific data.

Definition at line 130 of file connection.h.

char* _PurpleConnection::display_name

How you appear to other people.

Definition at line 132 of file connection.h.

guint _PurpleConnection::keepalive

Keep-alive.

Definition at line 133 of file connection.h.

gboolean _PurpleConnection::wants_to_die

Wants to Die state.

This is set when the user chooses to log out, or when the protocol is disconnected and should not be automatically reconnected (incorrect password, etc.)

Definition at line 136 of file connection.h.


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