Gets the host part of the pattern string, unless webkit.web_extension_match_pattern.WebExtensionMatchPattern.getMatchesAllUrls is true.
Gets whether the match pattern matches all host. This happens when the pattern is <all_urls>, or if * is set as the host string.
Gets whether the match pattern matches all URLs, in other words, whether the pattern is <all_urls>.
Gets the path part of the pattern string, unless webkit.web_extension_match_pattern.WebExtensionMatchPattern.getMatchesAllUrls is true.
Gets the scheme part of the pattern string, unless webkit.web_extension_match_pattern.WebExtensionMatchPattern.getMatchesAllUrls is true.
Gets the original pattern string.
Matches the matchPattern against the specified pattern with options.
Matches the matchPattern against the specified URL with options.
Returns this, for use in with statements.
Returns a new #WebKitWebExtensionMatchPattern that has * for scheme, host, and path.
Returns a new #WebKitWebExtensionMatchPattern for <all_urls>.
Returns a new #WebKitWebExtensionMatchPattern for the specified scheme, host, and path strings.
Returns a new #WebKitWebExtensionMatchPattern for the specified string.
Registers a custom URL scheme that can be used in match patterns.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Represents a way to specify a group of URLs for use in WebExtensions.
All match patterns are specified as strings. Apart from the special <all_urls> pattern, match patterns consist of three parts: scheme, host, and path.
Generally, match patterns are returned from a #WebKitWebExtension.