Method

WebKitWebExtensionget_version

unstable since: 2.52

Declaration [src]

const gchar*
webkit_web_extension_get_version (
  WebKitWebExtension* extension
)

Description [src]

Get the version for the extension.

Available since: 2.52

Return value

Type: const gchar*

The version, or NULL if there was no version specified.

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