Enumeration (GI Enum)

Rest-1.0RestMemoryUse

Index
COPY: 2

Rest.Param will make a copy of the memory block.

STATIC: 0

the memory block can be assumed to always exist for the lifetime of the parameter, Rest.Param will use it directly.

TAKE: 1

Rest.Param will take ownership of the memory block, and g_free() it when it isn't used.