diff options
Diffstat (limited to 'fake_packages/Gio.pm')
-rw-r--r-- | fake_packages/Gio.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fake_packages/Gio.pm b/fake_packages/Gio.pm index c55c81e..bfafe93 100644 --- a/fake_packages/Gio.pm +++ b/fake_packages/Gio.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 Gio::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 Gio::TlsChannelBindingError; +sub quark { } + package Gio::TlsClientConnection; sub copy_session_state { } sub get_accepted_cas { } @@ -3166,6 +3173,7 @@ package Gio::TlsConnection; our @ISA = qw(Gio::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 Gio::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 Gio::UnixMountPoint; +sub at { } sub compare { } sub copy { } sub free { } |