Method

WebKitWebExtensionget_path

unstable since: 2.52

Declaration [src]

const char*
webkit_web_extension_get_path (
  WebKitWebExtension* extension
)

Description [src]

Get the path pointing to the folder containing the extension manifest and resources.

Available since: 2.52

Return value

Type: const char*

The path of the extension folder.

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