AbstractSince 2.42Gets 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
Atomically 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.
Atomically releases a reference on the given feature_list.
If the reference was the last, the resources associated to the
feature_list are freed. This function is MT-safe and may be called
from any thread.
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