[evolution-data-server] Clarify documentation for e_destination_get_address().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Clarify documentation for e_destination_get_address().
- Date: Mon, 21 Jun 2010 15:22:02 +0000 (UTC)
commit a7d5f6be197a34cc050ad34ae1525dd477625629
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jun 21 11:21:41 2010 -0400
Clarify documentation for e_destination_get_address().
addressbook/libebook/e-destination.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/libebook/e-destination.c b/addressbook/libebook/e-destination.c
index d4b7421..e28a627 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]