From d7e9f1e4ee3be12e04f3c2d9c4dac793fedd3278 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 23 Nov 2008 05:22:58 +0100 Subject: Replace window-object-cleared with context-ready Introduce MidoriBrowser::load-status and also midori_view_execute_script while we are at it. --- midori/midori-view.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'midori/midori-view.h') diff --git a/midori/midori-view.h b/midori/midori-view.h index 13a8c4ba..8a839d55 100644 --- a/midori/midori-view.h +++ b/midori/midori-view.h @@ -171,6 +171,11 @@ void midori_view_set_highlight_text_matches (MidoriView* view, gboolean highlight); +gboolean +midori_view_execute_script (MidoriView* view, + const gchar* script, + gchar** exception); + G_END_DECLS #endif /* __MIDORI_VIEW_H__ */ -- cgit v1.2.1