give positive confirmation after successful commands (patch by Matto Fransen <matto...
[vimprobable2.git] / callbacks.c
blobe175a5c85d4d54db32f5d61f34937fa3fd77d549
1 /*
2 (c) 2009 by Leon Winter
3 (c) 2009, 2010 by Hannes Schueller
4 (c) 2009, 2010 by Matto Fransen
5 see LICENSE file
6 */
8 #include "includes.h"
9 #include "callbacks.h"
10 #include "vimprobable.h"
11 #include "main.h"
13 void webview_scroll_cb(GtkAdjustment * adjustment, gpointer user_data)
15 update_state();
18 gboolean
19 webview_navigation_cb(WebKitWebView * webview, WebKitWebFrame * frame,
20 WebKitNetworkRequest * request,
21 WebKitWebPolicyDecision * decision, gpointer user_data)
23 return FALSE;