Flags¶
Details¶
- class Clapper.EnhancerParamFlags(value)¶
Bases:
GObject.GFlagsAdditional [flags`GObject`.ParamFlags] to be set in enhancer plugins implementations.
New in version 0.10.
- DIRPATH = 1048576¶
Use this flag for enhancer properties that store string with a directory path. Applications can use this as a hint to show directory selection instead of a text entry.
- GLOBAL = 131072¶
Use this flag for enhancer properties that should have global access scope. Such are meant for application
USERto configure.
- LOCAL = 262144¶
Use this flag for enhancer properties that should have local access scope. Such are meant for
APPLICATIONto configure.
- FILEPATH = 524288¶
Use this flag for enhancer properties that store string with a file path. Applications can use this as a hint to show file selection instead of a text entry.
- class Clapper.ReactableItemUpdatedFlags(value)¶
Bases:
GObject.GFlagsFlags informing which properties were updated within [class`Clapper`.MediaItem].
New in version 0.10.
- TITLE = 1¶
Media item title was updated.
- REDIRECT_URI = 16¶
Media item redirect URI was updated.
- DURATION = 2¶
Media item duration was updated.
- CACHE_LOCATION = 32¶
Media item cache location was updated.
- TIMELINE = 4¶
Media item timeline was updated.
- TAGS = 8¶
Media item tags were updated.