Gda_Error* gda_error_new (void); void gda_error_free (Gda_Error *error); void gda_error_list_free (GList *errors);
Gda_Error* gda_error_new (void);
void gda_error_free (Gda_Error *error);
Frees the memory allocated by the error object.
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.