![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
typedef struct _GUnixSocketAddress GUnixSocketAddress;
A UNIX-domain (local) socket address, corresponding to a struct sockaddr_un.
GSocketAddress * g_unix_socket_address_new (const gchar *path);
Creates a new GUnixSocketAddress for path
.
|
the socket path |
Returns : |
a new GUnixSocketAddress |
Since 2.22
"path"
property"path" gchar* : Read / Write / Construct Only
UNIX socket path.
Default value: NULL