56 void pidgin_log_show(PurpleLogType type,
const char *buddyname,
PurpleAccount *account);
59 void pidgin_syslog_show(
void);
void pidgin_log_init(void)
Initializes the GTK+ log subsystem.
GtkWidget * treeview
The treeview representing said treestore.
Structure representing an account.
GtkWidget * label
The label at the top of the log viewer.
void pidgin_log_uninit(void)
Uninitializes the GTK+ log subsystem.
char * search
The string currently being searched for.
UI definitions and includes.
void * pidgin_log_get_handle(void)
Returns the GTK+ log subsystem handle.
GList * logs
The list of logs viewed in this viewer.
PurpleLogReadFlags flags
The most recently used log flags.
GtkTreeStore * treestore
The treestore containing said logs.
GtkWidget * window
The viewer's window.
GtkWidget * imhtml
The imhtml to display said logs.
GtkWidget * entry
The search entry, in which search terms are entered.