InetAddressMask.this

Creates a new gio.InetAddressMask representing all addresses whose first length bits match addr.

  1. this(GInetAddressMask* gInetAddressMask, bool ownedRef)
  2. this(InetAddress addr, uint length)
    class InetAddressMask
  3. this(string maskString)

Parameters

addr InetAddress
length uint

number of bits of addr to use

Return Value

a new gio.InetAddressMask, or NULL on error

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta

Since

2.32