AbstractSince 2.42Since 2.54findFinds a feature given its identifier.
a WebKit.Feature identifier
The feature with the given identifier, or NULL if it cannot be found.
Since 2.42getGets a feature given its index.
index of the feature
The feature at index.
Gets the number of elements in the feature list.
number of elements. Since 2.42
Since 2.42refAtomically acquires a reference on the given feature_list.
This function is MT-safe and may be called from any thread.
The same feature_list with an additional reference.
Since 2.42unref
Contains a set of toggle-able web engine features.
The list supports passing around a set of Feature objects and iterating over them:
Lists of features can be obtained with Settings.get_experimental_features, Settings.get_development_features, and Settings.get_all_features.
Since
2.42