Gimp.Path.free (original) (raw)

Gimp

API Version: 3.0

Library Version: 3.0.2

Type

Path

Functions

free get_by_id get_user_writable_dir parse to_str

Generated by gi-docgen 2023.1

Function

GimpPathfree

Declaration [src]


void
gimp_path_free (
  GList* path
)

Description [src]

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

Parameters

path

Type: A list of filename

A list of directories as returned by gimp_path_parse().

The data is owned by the caller of the function.
Each element is a file system path, using the OS encoding.