aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-internet-address.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-29 09:56:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-29 09:56:39 +0800
commit686a7adc09478d6ceb1646b077d21ae0e488830b (patch)
treef0699f7d5b023a717e08c1eb8b342677c5851563 /camel/camel-internet-address.c
parentdf3d5547e5844226755dc81d17572221e1fa5955 (diff)
downloadgsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar.gz
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar.bz2
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar.lz
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar.xz
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.tar.zst
gsoc2013-evolution-686a7adc09478d6ceb1646b077d21ae0e488830b.zip
Don't send the recipient data through smtp_get_email_addr_from_text - this
2000-09-28 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.c (_send_to): Don't send the recipient data through smtp_get_email_addr_from_text - this is a complete waste. In fact, we don't want to have to use that function ever. * camel-internet-address.c, camel-address.c: Added some gtk-doc comments. svn path=/trunk/; revision=5629
Diffstat (limited to 'camel/camel-internet-address.c')
-rw-r--r--camel/camel-internet-address.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-internet-address.c b/camel/camel-internet-address.c
index fe5729280e..7f15c242a6 100644
--- a/camel/camel-internet-address.c
+++ b/camel/camel-internet-address.c
@@ -165,7 +165,7 @@ camel_internet_address_new (void)
/**
* camel_internet_address_add:
- * @a:
+ * @a: internet address object
* @name:
* @address:
*
@@ -192,8 +192,8 @@ camel_internet_address_add (CamelInternetAddress *a, const char *name, const cha
/**
* camel_internet_address_get:
- * @a:
- * @index:
+ * @a: internet address object
+ * @index: address's array index
* @namep: Holder for the returned name, or NULL, if not required.
* @addressp: Holder for the returned address, or NULL, if not required.
*