get_address
Description:
[ CCode ( cname = "internet_address_list_get_address" ) ]
public unowned InternetAddress get_address (int index)
public unowned InternetAddress get_address (int index)
Gets the InternetAddress at the specified index.
Parameters:
this | |
index |
index of InternetAddress to get |
Returns:
the InternetAddress at the specified index or null if the index is out of range. |