Method
CamelInternetAddressfind_name
Declaration [src]
gint
camel_internet_address_find_name (
CamelInternetAddress* addr,
const gchar* name,
const gchar** addressp
)
Parameters
name-
Type:
const gchar*Name to lookup.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. addressp-
Type:
const gchar**Holder for address part, or
NULL, if not required.The argument will be set by the function. The argument can be set to NULLby the method.The argument can be NULL.The returned data is owned by the instance. The value is a NUL terminated UTF-8 string.