| Top |
Functions
camel_nntp_address_new ()
CamelNNTPAddress *
camel_nntp_address_new (void);
Create a new CamelNNTPAddress object.
camel_nntp_address_add ()
gint camel_nntp_address_add (CamelNNTPAddress *a,const gchar *name);
Add a new nntp address to the address object. Duplicates are not added twice.
camel_nntp_address_get ()
gboolean camel_nntp_address_get (CamelNNTPAddress *a,gint index,const gchar **namep);
Get the address at index
.
