xmlroff Reference Manual |
---|
fo-error —
struct FoError; struct FoErrorClass; FoDatatype* fo_error_new (void); FoDatatype* fo_error_new_with_value (GError *value);GError * fo_error_get_value (FoDatatype *error);
FoDatatype* fo_error_new (void);
Creates a new FoError initialized to default value.
Returns : | The new FoError |
FoDatatype* fo_error_new_with_value (GError *value);
Creates a new FoError set to value
GError * fo_error_get_value (FoDatatype *error);
Get the value of error
error : | FoError |
Returns : | |
<< fo-enum | fo-expression >> |