#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_info * | info |
Network static info. | |
gboolean | is_away |
Whether or not the user is currently away. |
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.
GList* irc_network_state::channels |
List of known channels.
GList* irc_network_state::nicks |
List of known nicks.
struct network_nick irc_network_state::me [read] |
Information for the user itself.
struct irc_network_info* irc_network_state::info [read] |
Network static info.
gboolean irc_network_state::is_away |
Whether or not the user is currently away.