NativeSocketAddress
Added in version 2.46.
Superclasses: SocketAddress
, Object
Implemented Interfaces: SocketConnectable
- Constructors:
NativeSocketAddress(**properties)
new(native=None, len:int) -> Gio.SocketAddress
Constructors
- class NativeSocketAddress
- classmethod new(native: None, len: int) SocketAddress
Creates a new
GNativeSocketAddress
fornative
andlen
.Added in version 2.46.
- Parameters:
native – a native address object
len – the length of
native
, in bytes