Method

WebKit2Featureget_category

Declaration [src]

const char*
webkit_feature_get_category (
  WebKitFeature* feature
)

Description [src]

Gets the category of the feature.

Applications which include user interface to toggle features may want to use the category to group related features together.

Available since:2.42

Return value

Returns: const char*
 

Feature category.

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