ErrorG

The glib.error.ErrorG structure contains information about an error that has occurred.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

copy
ErrorG copy()

a new #GError

matches
bool matches(Quark domain, int code)

whether @error has @domain and @code

Static functions

newLiteral
ErrorG newLiteral(Quark domain, int code, string message)

a new #GError