EnhancerParamFlags
Description:
[ CCode ( cprefix = "CLAPPER_ENHANCER_PARAM_" , type_id = "clapper_enhancer_param_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "0.10" ) ]
public enum EnhancerParamFlags
Additional [flags@GObject.
ParamFlags] to be set in enhancer plugins implementations.
Content:
Enum values:
- DIRPATH - Use this flag for
enhancer properties that store string with a directory path.
- FILEPATH - Use this flag for
enhancer properties that store string with a file path.
- GLOBAL - Use this flag for
enhancer properties that should have global access scope.
- LOCAL - Use this flag for enhancer
properties that should have local access scope.