InetAddressMask.this

Creates a new GInetAddressMask representing all addresses whose first length bits match addr. Since 2.32

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

Parameters

addr InetAddress

a GInetAddress

length uint

number of bits of addr to use

Throws

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

Meta