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