SocketAddress
constructor(native: <Error class: unknown class>, len: <Error class: unknown class>)
Creates a #GSocketAddress subclass corresponding to the native struct sockaddr @native.
Return
a new #GSocketAddress if @native could successfully be converted, otherwise null
Since
2.22
Parameters
native
a pointer to a struct sockaddr
len
the size of the memory location pointed to by @native
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)