ParamList.removeAt

Removes a #GMimeParam from the #GMimeParamList at the specified index.

class ParamList
bool
removeAt
(
int index
)

Parameters

index int

index of the param to remove

Return Value

Type: bool

true if a #GMimeParam was removed or false otherwise.