Method
WebKit2WebExtensionMatchPatternmatches_url
since: 2.48
Declaration [src]
gboolean
webkit_web_extension_match_pattern_matches_url (
  WebKitWebExtensionMatchPattern* matchPattern,
  const gchar* url,
  WebKitWebExtensionMatchPatternOptions options
)
Description [src]
Matches the matchPattern against the specified URL with options.
Available since: 2.48
Parameters
- url
- 
            Type: const gchar*The URL to match against the pattern. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- options
- 
            Type: WebKitWebExtensionMatchPatternOptionsThe WebKitWebExtensionMatchPatternOptionsuse while matching.