Enumeration (GI Enum)

Rest-1.0RestMemoryUse

Index

Enumeration Members

Enumeration Members

COPY: number

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

STATIC: number

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

TAKE: number

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