53void finch_log_show(PurpleLogType type,
const char *username,
PurpleAccount *account);
56void finch_syslog_show(
void);
void finch_log_init(void)
Initializes the GNT log subsystem.
void * finch_log_get_handle(void)
Returns the GNT log subsystem handle.
void finch_log_uninit(void)
Uninitializes the GNT log subsystem.
GList * logs
The list of logs viewed in this viewer
GntWidget * entry
The search entry, in which search terms are entered
GntWidget * tree
The tree representing said treestore.
GntWidget * text
The text to display said logs
char * search
The string currently being searched for
GntWidget * window
The viewer's window
PurpleLogReadFlags flags
The most recently used log flags
Structure representing an account.