comparison src/gtklog.h @ 7535:f771759739c1

[gaim-migrate @ 8148] Log viewer search. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 17 Nov 2003 03:40:17 +0000
parents 31faec55ef8e
children fa6395637e2c
comparison
equal deleted inserted replaced
7534:5f1531ec872a 7535:f771759739c1
40 GtkWidget *imhtml; /**< The imhtml to display said logs, which were said 40 GtkWidget *imhtml; /**< The imhtml to display said logs, which were said
41 * before said treestore was said */ 41 * before said treestore was said */
42 GtkWidget *entry; /**< The search entry, in which search terms are 42 GtkWidget *entry; /**< The search entry, in which search terms are
43 * entered */ 43 * entered */
44 GaimLogReadFlags flags; /**< The most recently used log flags */ 44 GaimLogReadFlags flags; /**< The most recently used log flags */
45 char *search; /**< The string currently being searched for */
45 }; 46 };
46 47
47 48
48 49
49 void gaim_gtk_log_show(const char *screenname, GaimAccount *account); 50 void gaim_gtk_log_show(const char *screenname, GaimAccount *account);