InetAddress.this

Creates a GInetAddress for the "any" address (unassigned/"don't care") for family. Since 2.22

  1. this(GInetAddress* gInetAddress)
  2. this(GSocketFamily family, bool loopback)
    class InetAddress
    this
    (,
    bool loopback = false
    )
  3. this(string string)
  4. this(ubyte[] bytes, GSocketFamily family)

Parameters

family GSocketFamily

the address family

Throws

ConstructionException GTK+ fails to create the object.

Meta