URISchemeRequest
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_uri_scheme_request_get_type ()" ) ]
public sealed class URISchemeRequest : Object
public sealed class URISchemeRequest : Object
Represents a URI scheme request.
If you register a particular URI scheme in a WebContext, using register_uri_scheme, you have to provide a URISchemeRequestCallback. After that, when a URI request is made with that particular scheme, your callback will be called. There you will be able to access properties such as the scheme, the URI and path, and the WebView that initiated the request, and also finish the request with finish.
Namespace: WebKit
Package: webkitgtk-6.0
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object