Constructor
GioInetAddressnew_from_string
Parameters
string |
const gchar* |
A string representation of an IP address. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GInetAddress |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |