SocketAddress.this

Creates a GSocketAddress subclass corresponding to the native struct sockaddr native. Since 2.22

  1. this(GSocketAddress* gSocketAddress)
  2. this(void* native, gsize len)
    class SocketAddress
    this
    (
    void* native
    ,)

Parameters

native void*

a pointer to a struct sockaddr

len gsize

the size of the memory location pointed to by native

Throws

ConstructionException GTK+ fails to create the object.

Meta