Errors

Errors — GRX error domain

Functions

Types and Values

#define GRX_ERROR
enum GrxError

Includes

#include <grx-3.0.h>

Description

TODO

Functions

grx_error_quark ()

GQuark
grx_error_quark (void);

Gets the GRX Error Quark.

Returns

a GQuark.

Types and Values

GRX_ERROR

#define GRX_ERROR grx_error_quark()

Error domain for GRX. Errors in this domain will be from GrxError.


enum GrxError

Error codes returned by GRX functions.

Members

GRX_ERROR_FAILED

Generic error.

 

GRX_ERROR_PLUGIN_FILE_NOT_FOUND

Plugin file was not found in search paths.

 

GRX_ERROR_PLUGIN_SYMBOL_NOT_FOUND

A required symbol in a plugin was not found.

 

GRX_ERROR_FONT_ERROR

An error occurred while attempting a font operation.

 

GRX_ERROR_JPEG_ERROR

An error occurred while attempting a JPEG operation.

 

GRX_ERROR_PNG_ERROR

An error occurred while attempting a PNG operation.

 

GRX_ERROR_PNM_ERROR

An error occurred while attempting a PNM operation.