summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-21 11:21:41 -0400
committerMatthew Barnes <mbarnes@redhat.com>2010-06-21 11:22:19 -0400
commit1c471aea762ae1dbe00ed27241d40e731d08deaa (patch)
tree82e8118dcba220547f0bad3cbd31e59122dc4dc5
parent83a9d5c3808e649481b27b9028b13eaf6279a054 (diff)
downloadevolution-data-server-gnome-2-30-2.tar.gz
Clarify documentation for e_destination_get_address().gnome-2-30-2
-rw-r--r--addressbook/libebook/e-destination.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/addressbook/libebook/e-destination.c b/addressbook/libebook/e-destination.c
index 6ed9870eb..2b070c91f 100644
--- a/addressbook/libebook/e-destination.c
+++ b/addressbook/libebook/e-destination.c
@@ -842,10 +842,12 @@ e_destination_get_email (const EDestination *dest)
* e_destination_get_address:
* @dest: an #EDestination
*
- * Gets the formatted name and e-mail address, or in the case of
- * lists, the formatted list of e-mail addresses, from @dest.
+ * Gets the encoded name and email address, or in the case of lists, the
+ * encoded list of email addresses, from @dest. The returned string is
+ * suitable for use in an email header, but not for displaying to users.
*
- * Returns: A formatted destination string, or %NULL if the destination was empty.
+ * Returns: an encoded destination string suitable for use in an
+ * email header, or %NULL if the destination was empty
**/
const gchar *
e_destination_get_address (const EDestination *dest)