[evolution-data-server] Bug 651234 - Update developer documentation for e_destination_get_name()



commit b7b3aa7e64af757cdaff91c95ae13d1a10e13cb7
Author: Milan Crha <mcrha redhat com>
Date:   Tue Dec 11 17:37:52 2018 +0100

    Bug 651234 - Update developer documentation for e_destination_get_name()
    
    Closes https://bugzilla.gnome.org/show_bug.cgi?id=651234

 src/addressbook/libebook/e-destination.c | 6 ++++--
 1 file 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.
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]