diff options
Diffstat (limited to 'camel/gmime-content-field.c')
-rw-r--r-- | camel/gmime-content-field.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/camel/gmime-content-field.c b/camel/gmime-content-field.c index caa8237290..285926e702 100644 --- a/camel/gmime-content-field.c +++ b/camel/gmime-content-field.c @@ -91,8 +91,7 @@ gmime_content_field_set_parameter (GMimeContentField *content_field, const gchar /** - * _print_parameter: print a parameter/value pair to a stream as - * described in RFC 2045 + * _print_parameter: print a parameter/value pair to a stream as described in RFC 2045 * @name: name of the parameter * @value: value of the parameter * @user_data: CamelStream object to write the text to. @@ -213,8 +212,7 @@ gmime_content_field_get_parameter (GMimeContentField *content_field, const gchar /** - * gmime_content_field_construct_from_string: construct a ContentType object - * by parsing a string. + * gmime_content_field_construct_from_string: construct a ContentType object by parsing a string. * * @content_field: content type object to construct * @string: string containing the content type field |