InetAddressMask.this

Parses mask_string as an IP address and (optional) length, and creates a new GInetAddressMask. The length, if present, is delimited by a "/". If it is not present, then the length is assumed to be the full length of the address. Since 2.32

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

Parameters

maskString string

an IP address or address/length string

Throws

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

Meta