comparison pidgin/gtklog.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 6e1967b0f90b
children 34f778db624f
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
41 GList *logs; /**< The list of logs viewed in this viewer */ 41 GList *logs; /**< The list of logs viewed in this viewer */
42 42
43 GtkWidget *window; /**< The viewer's window */ 43 GtkWidget *window; /**< The viewer's window */
44 GtkTreeStore *treestore; /**< The treestore containing said logs */ 44 GtkTreeStore *treestore; /**< The treestore containing said logs */
45 GtkWidget *treeview; /**< The treeview representing said treestore */ 45 GtkWidget *treeview; /**< The treeview representing said treestore */
46 GtkWidget *imhtml; /**< The imhtml to display said logs */ 46 GtkWidget *web_view; /**< The webkit web view to display said logs */
47 GtkWidget *entry; /**< The search entry, in which search terms 47 GtkWidget *entry; /**< The search entry, in which search terms
48 * are entered */ 48 * are entered */
49 PurpleLogReadFlags flags; /**< The most recently used log flags */ 49 PurpleLogReadFlags flags; /**< The most recently used log flags */
50 char *search; /**< The string currently being searched for */ 50 char *search; /**< The string currently being searched for */
51 GtkWidget *label; /**< The label at the top of the log viewer */ 51 GtkWidget *label; /**< The label at the top of the log viewer */