Gio.InetAddress.prototype.get_is_link_local

function get_is_link_local(): Boolean {
    // Gjs wrapper for g_inet_address_get_is_link_local()
}
  

Tests whether address is a link-local address (that is, if it identifies a host on a local network that is not connected to the Internet).

Since 2.22

Returns

true if address is a link-local address.