UnixSocketAddress.this

Creates a new #GUnixSocketAddress for path.

To create abstract socket addresses, on systems that support that, use gio.unix_socket_address.UnixSocketAddress.newAbstract.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string path)
    class UnixSocketAddress
    this
    (
    string path
    )

Parameters

path string

the socket path

Return Value

a new #GUnixSocketAddress