Specified "current" for following hints.
[vimprobable/e.git] / callbacks.c
blobec158e7818e3b31db097b64671c927dcd1441d30
1 /*
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
7 see LICENSE file
8 */
10 #include "includes.h"
11 #include "callbacks.h"
12 #include "vimprobable.h"
13 #include "main.h"
15 void webview_scroll_cb(GtkAdjustment * adjustment, gpointer user_data)
17 update_state();
20 gboolean
21 webview_navigation_cb(WebKitWebView * webview, WebKitWebFrame * frame,
22 WebKitNetworkRequest * request,
23 WebKitWebPolicyDecision * decision, gpointer user_data)
25 return FALSE;