Function
MalcontentSessionLimitsBuildernew
since: 0.5.0
Declaration [src]
MctSessionLimitsBuilder*
mct_session_limits_builder_new (
void
)
Description [src]
Construct a new MctSessionLimitsBuilder on the heap.
This is intended for language bindings. The returned builder must eventually
be freed with mct_session_limits_builder_free(), but can be
cleared zero or more times with
mct_session_limits_builder_clear() first.
Available since: 0.5.0
Return value
Type: MctSessionLimitsBuilder
A new heap-allocated
MctSessionLimitsBuilder.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |