From 363ae36db2814c49bede47788d547768ad15ae56 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 8 Dec 2020 20:39:30 +0100 Subject: sync with webkit2-2.30.3 & latest glib2.0 --- fake_packages/Glib/IO.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fake_packages/Glib/IO.pm') diff --git a/fake_packages/Glib/IO.pm b/fake_packages/Glib/IO.pm index f74a352..cd57ab5 100644 --- a/fake_packages/Glib/IO.pm +++ b/fake_packages/Glib/IO.pm @@ -221,6 +221,7 @@ sub resources_unregister { } sub settings_schema_source_get_default { } sub simple_async_report_gerror_in_idle { } sub tls_backend_get_default { } +sub tls_channel_binding_error_quark { } sub tls_client_connection_new { } sub tls_error_quark { } sub tls_file_database_new { } @@ -245,6 +246,7 @@ sub unix_mount_guess_should_display { } sub unix_mount_guess_symbolic_icon { } sub unix_mount_is_readonly { } sub unix_mount_is_system_internal { } +sub unix_mount_point_at { } sub unix_mount_points_changed_since { } sub unix_mount_points_get { } sub unix_mounts_changed_since { } @@ -1231,6 +1233,7 @@ sub close_async { } sub close_finish { } sub emit_accept_certificate { } sub get_certificate { } +sub get_channel_binding_data { } sub get_database { } sub get_interaction { } sub get_negotiated_protocol { } @@ -1254,6 +1257,7 @@ sub shutdown_finish { } package Glib::IO::DtlsConnectionInterface; sub accept_certificate { } sub g_iface { } +sub get_binding_data { } sub get_negotiated_protocol { } sub handshake { } sub handshake_async { } @@ -3147,6 +3151,9 @@ sub padding { } sub parent_class { } sub verify { } +package Glib::IO::TlsChannelBindingError; +sub quark { } + package Glib::IO::TlsClientConnection; sub copy_session_state { } sub get_accepted_cas { } @@ -3166,6 +3173,7 @@ package Glib::IO::TlsConnection; our @ISA = qw(Glib::IO::IOStream); sub emit_accept_certificate { } sub get_certificate { } +sub get_channel_binding_data { } sub get_database { } sub get_interaction { } sub get_negotiated_protocol { } @@ -3187,6 +3195,7 @@ sub set_use_system_certdb { } package Glib::IO::TlsConnectionClass; sub accept_certificate { } +sub get_binding_data { } sub handshake { } sub handshake_async { } sub handshake_finish { } @@ -3362,6 +3371,7 @@ sub new { } sub set_rate_limit { } package Glib::IO::UnixMountPoint; +sub at { } sub compare { } sub copy { } sub free { } -- cgit v1.2.1