Method
WebKitWebExtensionget_display_action_label
unstable since: 2.52
Declaration [src]
const gchar*
webkit_web_extension_get_display_action_label (
WebKitWebExtension* extension
)
Description [src]
Get the localized display action label for the extension.
This label serves as a default and should be used to represent the extension in contexts like action sheets or toolbars prior to
the extension being loaded into an extension context.
Once the extension is loaded, use the actionForTab: API to get the tab-specific label.
Available since: 2.52
| Gets property | WebKit.WebExtension:display-action-label |