containerFree

Free a GLib container type.

void
containerFree
()

Parameters

CT

The C struct type pointer of the container type

T

The type of the item stored in the container

ownership

The ownership of the container from the perspective of a called C function (None is the default and frees container and items, Container frees only the container, Full does nothing)

container CT

The GLib C container pointer