From a966429aa3dcbeab6842d7fc95c1bcd98b2d9707 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 22 Feb 2013 09:33:23 -0500 Subject: [PATCH] ESourceMailComposition: Escape brackets in documentation. --- libedataserver/e-source-mail-composition.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libedataserver/e-source-mail-composition.c b/libedataserver/e-source-mail-composition.c index 88b7928..1244e39 100644 --- a/libedataserver/e-source-mail-composition.c +++ b/libedataserver/e-source-mail-composition.c @@ -269,8 +269,8 @@ e_source_mail_composition_init (ESourceMailComposition *extension) * Returns a %NULL-terminated string array of recipients which should * automatically be added to the blind carbon-copy (Bcc) list when * composing a new mail message. The recipient strings should be of - * the form "Full Name ". The returned array is owned - * by @extension and should not be modified or freed. + * the form "Full Name <email-address>". The returned array is + * owned by @extension and should not be modified or freed. * * Returns: (transfer none): a %NULL-terminated string array of Bcc recipients * @@ -341,7 +341,7 @@ strv_equal (const gchar * const *strv1, * * Sets the recipients which should automatically be added to the blind * carbon-copy (Bcc) list when composing a new mail message. The recipient - * strings should be of the form "Full Name ". + * strings should be of the form "Full Name <email-address>". * * Since: 3.6 **/ @@ -428,7 +428,7 @@ e_source_mail_composition_dup_cc (ESourceMailComposition *extension) * * Sets the recipients which should automatically be added to the carbon * copy (Cc) list when composing a new mail message. The recipient strings - * should be of the form "Full Name ". + * should be of the form "Full Name <email-address>". * * Since: 3.6 **/ -- 2.7.4