ParamList.removeAt
bool removeAt(int index)Removes a #GMimeParam from the #GMimeParamList at the specified index.
Parameters
index | index of the param to remove |
Returns
true if a #GMimeParam was removed or false otherwise.
bool removeAt(int index)Removes a #GMimeParam from the #GMimeParamList at the specified index.
index | index of the param to remove |