irc_network_state Struct Reference

Describes the (partial) state of a network at a specific time. More...

#include <state.h>


Data Fields

void * userdata
 Private data to be used by whatever code is using network_state.
void(* log )(enum log_level l, void *userdata, const char *msg)
 Function to use for logging changes and abnormalities.
GList * channels
 List of known channels.
GList * nicks
 List of known nicks.
struct network_nick me
 Information for the user itself.
struct irc_network_infoinfo
 Network static info.
gboolean is_away
 Whether or not the user is currently away.


Detailed Description

Describes the (partial) state of a network at a specific time.

Field Documentation

Private data to be used by whatever code is using network_state.

void(* irc_network_state::log)(enum log_level l, void *userdata, const char *msg)

Function to use for logging changes and abnormalities.

List of known channels.

List of known nicks.

struct network_nick irc_network_state::me [read]

Information for the user itself.

Network static info.

Whether or not the user is currently away.


Generated on Mon Apr 14 00:44:20 2008 for ctrlproxy by  doxygen 1.5.5