summaryrefslogtreecommitdiff
path: root/vapi/webkit2gtk-4.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-08-05 15:16:50 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-08-05 15:30:38 +0200
commit9d5708923f64b3914aa213ca780973be853a03b7 (patch)
tree63c15d6eb455ba071108f823e6c63fcf7b67569f /vapi/webkit2gtk-4.0.vapi
parent484c97c237a0291a593cd8b3694e999c8582cf44 (diff)
downloadvala-9d5708923f64b3914aa213ca780973be853a03b7.tar.gz
Regenerate GIR-based bindings for improved instance method detection
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1210
Diffstat (limited to 'vapi/webkit2gtk-4.0.vapi')
-rw-r--r--vapi/webkit2gtk-4.0.vapi30
1 files changed, 30 insertions, 0 deletions
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 69ac6a140..c535c914c 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -2016,21 +2016,51 @@ namespace WebKit {
[CCode (cheader_filename = "webkit2/webkit2.h", cname = "WEBKIT_MINOR_VERSION")]
public const int MINOR_VERSION;
[CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "DownloadError.quark")]
+ public static GLib.Quark download_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "FaviconDatabaseError.quark")]
+ public static GLib.Quark favicon_database_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
public static uint get_major_version ();
[CCode (cheader_filename = "webkit2/webkit2.h")]
public static uint get_micro_version ();
[CCode (cheader_filename = "webkit2/webkit2.h")]
public static uint get_minor_version ();
[CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "JavascriptError.quark")]
+ public static GLib.Quark javascript_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
[Version (since = "2.32")]
public static unowned string media_key_system_permission_get_name (WebKit.MediaKeySystemPermissionRequest request);
[CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "NetworkError.quark")]
+ public static GLib.Quark network_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "PluginError.quark")]
+ public static GLib.Quark plugin_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "PolicyError.quark")]
+ public static GLib.Quark policy_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "PrintError.quark")]
+ public static GLib.Quark print_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "SnapshotError.quark")]
+ public static GLib.Quark snapshot_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
[Version (since = "2.24")]
public static string? uri_for_display (string uri);
[CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "UserContentFilterError.quark")]
+ public static GLib.Quark user_content_filter_error_quark ();
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
[Version (since = "2.8")]
public static bool user_media_permission_is_for_audio_device (WebKit.UserMediaPermissionRequest request);
[CCode (cheader_filename = "webkit2/webkit2.h")]
[Version (since = "2.8")]
public static bool user_media_permission_is_for_video_device (WebKit.UserMediaPermissionRequest request);
+ [CCode (cheader_filename = "webkit2/webkit2.h")]
+ [Version (replacement = "UserMessageError.quark")]
+ public static GLib.Quark user_message_error_quark ();
}