gda_error_list_free

Name

gda_error_list_free -- 

Synopsis

void gda_error_list_free (GList* errors);

Arguments

errors

a glist holding error objects.

Description

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.