From 555f968101da4a17150e607cc1fa93aa0cde10c4 Mon Sep 17 00:00:00 2001 From: Juerg Billeter Date: Sun, 9 Mar 2008 18:04:18 +0000 Subject: [PATCH] update to r30885 2008-03-09 Juerg Billeter * vapi/packages/webkit-1.0/: update to r30885 * vapi/webkit-1.0.vapi: regenerated svn path=/trunk/; revision=1118 --- ChangeLog | 6 ++++++ vapi/packages/webkit-1.0/webkit-1.0.files | 4 ++-- vapi/packages/webkit-1.0/webkit-1.0.gi | 20 ++++++++++++++++++++ vapi/webkit-1.0.vapi | 4 ++++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 282810a..db8ed42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-09 Jürg Billeter + + * vapi/packages/webkit-1.0/: update to r30885 + + * vapi/webkit-1.0.vapi: regenerated + 2008-03-08 Jürg Billeter * vala/valaarray.vala: minor code cleanup, diff --git a/vapi/packages/webkit-1.0/webkit-1.0.files b/vapi/packages/webkit-1.0/webkit-1.0.files index ef827c6..1f6184b 100644 --- a/vapi/packages/webkit-1.0/webkit-1.0.files +++ b/vapi/packages/webkit-1.0/webkit-1.0.files @@ -1,2 +1,2 @@ -include/WebKit/webkit -lib/libWebKitGtk.so +include/webkit-1.0/webkit +lib/libwebkit-1.0.so diff --git a/vapi/packages/webkit-1.0/webkit-1.0.gi b/vapi/packages/webkit-1.0/webkit-1.0.gi index 1ef9ef8..b958e73 100644 --- a/vapi/packages/webkit-1.0/webkit-1.0.gi +++ b/vapi/packages/webkit-1.0/webkit-1.0.gi @@ -405,6 +405,12 @@ + + + + + + @@ -423,6 +429,12 @@ + + + + + + @@ -554,6 +566,13 @@ + + + + + + + @@ -570,6 +589,7 @@ + diff --git a/vapi/webkit-1.0.vapi b/vapi/webkit-1.0.vapi index c249e17..cae49f8 100644 --- a/vapi/webkit-1.0.vapi +++ b/vapi/webkit-1.0.vapi @@ -124,9 +124,11 @@ namespace WebKit { public weak WebKit.WebBackForwardList get_back_forward_list (); public weak Gtk.TargetList get_copy_target_list (); public bool get_editable (); + public weak WebKit.WebFrame get_focused_frame (); public weak WebKit.WebFrame get_main_frame (); public weak Gtk.TargetList get_paste_target_list (); public weak WebKit.WebSettings get_settings (); + public bool get_transparent (); public void go_back (); public void go_back_or_forward (int steps); public void go_backward (); @@ -144,6 +146,7 @@ namespace WebKit { public void set_highlight_text_matches (bool highlight); public void set_maintains_back_forward_list (bool flag); public void set_settings (WebKit.WebSettings settings); + public void set_transparent (bool flag); public void stop_loading (); public void unmark_text_matches (); [NoWrapper] @@ -154,6 +157,7 @@ namespace WebKit { public weak bool editable { get; set; } public weak Gtk.TargetList paste_target_list { get; } public weak WebKit.WebSettings settings { get; set; } + public weak bool transparent { get; set; } public signal bool console_message (string message, int line_number, string source_id); [HasEmitter] public signal void copy_clipboard (); -- 2.7.4