UnixSocketAddress.abstract
Description:
[ CCode ( has_construct_function = false , type = "GSocketAddress*" ) ]
[ Version ( deprecated = true , replacement = "UnixSocketAddress.with_type" ) ]
public UnixSocketAddress.abstract (char[] path)
[ Version ( deprecated = true , replacement = "UnixSocketAddress.with_type" ) ]
public UnixSocketAddress.abstract (char[] path)
Warning: UnixSocketAddress.abstract is deprecated. Use UnixSocketAddress.with_type.
Creates a new g_unix_socket_address_abstract_padded
UnixSocketAddress for path.
Note:
Parameters:
| path |
the abstract name |
| path_len |
the length of |
Returns:
|
a new UnixSocketAddress |