Method

WebKitWebExtensionMatchPatternget_scheme

since: 2.48

Declaration [src]

const gchar*
webkit_web_extension_match_pattern_get_scheme (
  WebKitWebExtensionMatchPattern* matchPattern
)

Description [src]

Gets the scheme part of the pattern string, unless webkit_web_extension_match_pattern_get_matches_all_urls is TRUE.

Available since: 2.48

Return value

Type: const gchar*

The scheme string.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.