GMimeParam

A parameter name/value pair as used in the Content-Type and Content-Disposition headers.

Members

Variables

changed
void* changed;
charset
char* charset;

The charset to use when encoding the parameter value.

lang
char* lang;

the language specifier to use when encoding the value.

method
GMimeParamEncodingMethod method;

The encoding method used for the parameter value.

name
char* name;

The parameter name.

parentObject
GObject parentObject;
value
char* value;

The parameter value.