FoError

FoError

Functions

Types and Values

Description

Functions

fo_error_new ()

FoDatatype *
fo_error_new (void);

Creates a new FoError initialized to default value.

Returns

The new FoError


fo_error_new_with_value ()

FoDatatype *
fo_error_new_with_value (GError *value);

Creates a new FoError set to value

Parameters

value

Error of the new FoError

 

Returns

The new FoError


fo_error_get_value ()

GError *
fo_error_get_value (FoDatatype *error);

Get the value of error

Parameters

error

FoError

 

Returns

GError

Types and Values

FoError

typedef struct _FoError FoError;


FoErrorClass

typedef struct _FoErrorClass FoErrorClass;