Gio.InetAddressMask
const Gio = imports.gi.Gio; let inetAddressMask = new Gio.InetAddressMask({ });
Gio.InetAddressMask represents a range of IPv4 or IPv6 addresses described by a base address and a length indicating how many bits of the base address are relevant for matching purposes. These are often given in string form. Eg, "10.0.0.0/8", or "fe80::/10".
Since 2.32
Hierarchy
-
GObject.Object
- Gio.InetAddressMask