ErrorGda.listCopy

Creates a new list which contains the same errors as errors and adds a reference for each error in the list. You must free the list using gda_error_list_free.

class ErrorGda
static
listCopy

Parameters

errors ListG

a GList holding error objects.

Return Value

Type: ListG

a list of errors.

Meta