UnixSocketAddress.getPath

Gets address's path, or for abstract sockets the "name".

Guaranteed to be zero-terminated, but an abstract socket may contain embedded zeros, and thus you should use gio.unix_socket_address.UnixSocketAddress.getPathLen to get the true length of this string.

class UnixSocketAddress
string
getPath
()

Return Value

Type: string

the path for address