Enums

Details

class Gfls.LoaderError(value)

Bases: GObject.GEnum

An error code used with the %GFLS_LOADER_ERROR domain.

New in version 0.1.

classmethod quark()
Return type:

int

TOO_BIG = 0

The content is too big.

NOT_UTF8 = 1

The content is not a valid UTF-8 string. Used by basic loaders that don’t support charset conversion.

HAS_VERY_LONG_LINE = 2

The content contains a very long line.