Method
WebKitFeatureListfind
unstable since: 2.54
Declaration [src]
WebKitFeature*
webkit_feature_list_find (
WebKitFeatureList* feature_list,
const gchar* identifier
)
Parameters
identifier-
Type:
const gchar*A
WebKitFeatureidentifier.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. |