Method

WebKit2FeatureListget

since: 2.42

Declaration [src]

WebKitFeature*
webkit_feature_list_get (
  WebKitFeatureList* feature_list,
  gsize index
)

Description [src]

Gets a feature given its index.

Available since: 2.42

Parameters

index

Type: gsize

Index of the feature.

Return value

Type: WebKitFeature

The feature at index.

The returned data is owned by the instance.