Error
Description:
[ CCode ( cprefix = "GSIGNOND_ERROR_" ) ]
public errordomain Error
This enum provides a list of errors that plugins and extensions can use.
Content:
Error codes:
Static methods:
- public static Error? new_from_variant (Variant @var)
Converts the GVariant to GError.
- public static Quark quark ()
Creates and returns a domain for GSignond errors.
- public static Variant? to_variant (Error error)
Converts the GError to GVariant.