Gio.InetAddress.prototype.to_string
function to_string(): String { // Gjs wrapper for g_inet_address_to_string() }
Converts address to string form.
Since 2.22
- Returns
a representation of address as a string, which should be freed after use.
function to_string(): String { // Gjs wrapper for g_inet_address_to_string() }
Converts address to string form.
Since 2.22
a representation of address as a string, which should be freed after use.