summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2018-12-11 17:37:52 +0100
committerMilan Crha <mcrha@redhat.com>2018-12-11 17:37:52 +0100
commitb7b3aa7e64af757cdaff91c95ae13d1a10e13cb7 (patch)
treee0d0f9faf7db4c15af2c4c08c697ae4c7802a9fb
parentad2d16b3e75ac9bdbc312caa84e4b54964f9f424 (diff)
downloadevolution-data-server-b7b3aa7e64af757cdaff91c95ae13d1a10e13cb7.tar.gz
Bug 651234 - Update developer documentation for e_destination_get_name()
Closes https://bugzilla.gnome.org/show_bug.cgi?id=651234
-rw-r--r--src/addressbook/libebook/e-destination.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/addressbook/libebook/e-destination.c b/src/addressbook/libebook/e-destination.c
index 9381599c8..d862cd18a 100644
--- a/src/addressbook/libebook/e-destination.c
+++ b/src/addressbook/libebook/e-destination.c
@@ -891,7 +891,8 @@ e_destination_get_email_num (const EDestination *dest)
* @dest: an #EDestination
*
* Gets the full name of @dest's addressee, or if the addressee is
- * a contact list, the name the list was filed under.
+ * a contact list, the name the list was filed under. The name can
+ * be encoded in quoted printable.
*
* Returns: (nullable): The full name of the addressee, or %NULL if none was set.
**/
@@ -1122,7 +1123,8 @@ e_destination_set_raw (EDestination *dest,
* @include_email: whether to include the e-mail address
*
* Generates a textual representation of @dest, suitable for referring
- * to the destination during user interaction.
+ * to the destination during user interaction. The name can be encoded
+ * in quoted printable.
*
* Returns: A textual representation of the destination.
**/