GXPSError

GXPSError — GXPS Errors

Synopsis

#include <libgxps/gxps.h>

#define             GXPS_ERROR
enum                GXPSError;

Description

Details

GXPS_ERROR

#define GXPS_ERROR (gxps_error_quark ())

Error domain for GXPS. Errors in this domain will be from the GXPSError enumeration. See GError for more information on error domains.


enum GXPSError

typedef enum {
	GXPS_ERROR_SOURCE_NOT_FOUND,
	GXPS_ERROR_FONT,
	GXPS_ERROR_IMAGE
} GXPSError;

Error codes returned by GXPS functions.

GXPS_ERROR_SOURCE_NOT_FOUND

Internal source file not found in XPS file

GXPS_ERROR_FONT

Error loading fonts

GXPS_ERROR_IMAGE

Error loading images