Enums¶
Details¶
- class Gfls.LoaderError(value)¶
 Bases:
GObject.GEnumAn error code used with the %GFLS_LOADER_ERROR domain.
New in version 0.1.
- 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.