Method

CamelContentTypeset_param

Declaration [src]

void
camel_content_type_set_param (
  CamelContentType* content_type,
  const gchar* name,
  const gchar* value
)

Description [src]

Set a parameter on content_type.

Parameters

name

Type: const gchar*

Name of param to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: const gchar*

Value of param to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.