Enumeration (GI Enum)

Soup-3.0SoupMemoryUse

The lifetime of the memory being passed.

Index
COPY: 2

The passed-in data belongs to the caller and libsoup will copy it into new memory leaving the caller free to reuse the original memory.

STATIC: 0

The memory is statically allocated and constant; libsoup can use the passed-in buffer directly and not need to worry about it being modified or freed.

TAKE: 1

The caller has allocated the memory and libsoup will assume ownership of it and free it with GLib.free.

Variables

$gtype