GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GMimeParam; GMimeParam* g_mime_param_new (const |
GMimeParam* g_mime_param_new (const |
name : | parameter name |
value : | parameter value |
Returns : | a new paramter structure. |
GMimeParam* g_mime_param_new_from_string (const |
string : | string to parse into a GMimeParam structure |
Returns : | a GMimeParam structure based on |
void g_mime_param_destroy (GMimeParam *param); |
Releases all memory used by this mime param back to the Operating System.
param : | Mime param to destroy |
|
param : | MIME Param |
Returns : | an allocated string containing the MIME Param in the form: name="value" |