Flags

Details

class Clapper.EnhancerParamFlags(value)

Bases: GObject.GFlags

Additional [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 USER to configure.

LOCAL = 262144

Use this flag for enhancer properties that should have local access scope. Such are meant for APPLICATION to 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.GFlags

Flags 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.