2 (c) 2009 by Leon Winter
3 (c) 2009, 2010 by Hannes Schueller
4 (c) 2009, 2010 by Matto Fransen
5 (c) 2010 by Hans-Peter Deifel
6 (c) 2010 by Thomas Adam
15 GtkScrollbar
*scroll_h
;
16 GtkScrollbar
*scroll_v
;
17 GtkAdjustment
*adjust_h
;
18 GtkAdjustment
*adjust_v
;
23 GtkWidget
*status_url
;
24 GtkWidget
*status_state
;
25 WebKitWebView
*webview
;
26 WebKitWebInspector
*inspector
;
34 gboolean search_direction
;
35 GdkNativeWindow embed
; /* TODO seems to be redundant to winid */
37 GList
*activeDownloads
;
38 GList
*commandhistory
;
40 char rememberedURI
[BUF_SIZE
];
41 GtkClipboard
*clipboards
[2];
42 gboolean manual_focus
;
43 gboolean is_inspecting
;
54 time_t cookie_timeout
;
59 SoupCookieJar
*session_cookie_jar
;
60 SoupCookieJar
*file_cookie_jar
;
73 void update_state(void);
74 gboolean
process_line(char *line
);
75 gboolean
echo(const Arg
*arg
);
76 char * search_word(int whichword
);