Function

Gimpfree_paths

Declaration [src]

void
gimp_free_paths (
  GList* paths
)

Description [src]

This function frees the memory allocated for the list and the strings it contains.

Parameters

paths

Type: A list of filename

A list of directories as returned by gimp_parse_search_path().

The data is owned by the caller of the function.
Each element is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.