Method

WebKitFeatureListfind

unstable since: 2.54

Declaration [src]

WebKitFeature*
webkit_feature_list_find (
  WebKitFeatureList* feature_list,
  const gchar* identifier
)

Description [src]

Finds a feature given its identifier.

Available since: 2.54

Parameters

identifier

Type: const gchar*

A WebKitFeature identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: WebKitFeature

The feature with the given identifier, or NULL if it cannot be found.

The returned data is owned by the instance.
The return value can be NULL.