| Top |
Functions
| const char * | internet_address_get_name () |
| void | internet_address_set_name () |
| char * | internet_address_to_string () |
Description
An InternetAddress is the base class for InternetAddressGroup and InternetAddressMailbox.
Functions
internet_address_get_name ()
const char *
internet_address_get_name (InternetAddress *ia);
Gets the display name of the InternetAddress.
internet_address_set_name ()
void internet_address_set_name (InternetAddress *ia,const char *name);
Set the display name of the InternetAddress.
Note: The name
string should be in UTF-8.
internet_address_to_string ()
char * internet_address_to_string (InternetAddress *ia,gboolean encode);
Allocates a string containing the contents of the InternetAddress object.
