gda-error

Name

gda-error — one line description goes here.

Synopsis



Gda_Error*  gda_error_new                   (void);
void        gda_error_free                  (Gda_Error *error);
void        gda_error_list_free             (GList *errors);

Description

Details


gda_error_new()

Gda_Error*  gda_error_new                   (void);

Returns : 


gda_error_free()

void        gda_error_free                  (Gda_Error *error);

Frees the memory allocated by the error object.

error : the error object.


gda_error_list_free()

void        gda_error_list_free             (GList *errors);

Frees all error objects in the list and the list itself. After this function has been called, the errors parameter doesn't point to valid storage any more.

errors : a glist holding error objects.