FeatureStatus
Description:
[ CCode ( cprefix = "WEBKIT_FEATURE_STATUS_" , type_id = "webkit_feature_status_get_type ()" ) ]
[ Version ( since = "2.42" ) ]
public enum FeatureStatus
Describes the status of a [struct@WebKitFeature].
The status for a given feature can be obtained with [id@webkit_feature_get_status].
Content:
Enum values:
- DEVELOPER - Feature for web
developers.
- EMBEDDER - Feature that adjust
behaviour for specific application needs.
- INTERNAL - Feature for debugging the
WebKit engine.
- MATURE - Feature in general use.
- PREVIEW - Feature ready to be tested
by users.
- STABLE - Feature ready for general use.
- TESTABLE - Feature in active
development and complete enough for testing.
- UNSTABLE - Feature in development.