summaryrefslogtreecommitdiff
path: root/midori/midori-view.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2008-11-23 05:22:58 +0100
committerChristian Dywan <christian@twotoasts.de>2008-11-23 05:22:58 +0100
commitd7e9f1e4ee3be12e04f3c2d9c4dac793fedd3278 (patch)
tree7666d243f7785c3658c04213f73e4c901e117112 /midori/midori-view.h
parente3225594420912fd84e453ea02a88a65be45a167 (diff)
downloadmidori-d7e9f1e4ee3be12e04f3c2d9c4dac793fedd3278.tar.gz
Replace window-object-cleared with context-ready
Introduce MidoriBrowser::load-status and also midori_view_execute_script while we are at it.
Diffstat (limited to 'midori/midori-view.h')
-rw-r--r--midori/midori-view.h5
1 files changed, 5 insertions, 0 deletions
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__ */