00001
00026 #include "gtkgaim.h"
00027 #include "log.h"
00028
00029 #include "account.h"
00030
00031 typedef struct _GaimGtkLogViewer GaimGtkLogViewer;
00032
00036 struct _GaimGtkLogViewer {
00037 GList *logs;
00039 GtkWidget *window;
00040 GtkTreeStore *treestore;
00041 GtkWidget *treeview;
00042 GtkWidget *imhtml;
00044 GtkWidget *entry;
00046 GaimLogReadFlags flags;
00047 char *search;
00048 };
00049
00050
00051
00052 void gaim_gtk_log_show(GaimLogType type, const char *screenname, GaimAccount *account);
00053
00054 void gaim_gtk_syslog_show();