Gio.NativeSocketAddress¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.SocketAddress (4), GObject.Object (37), Gio.SocketConnectable (3)
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gio.NativeSocketAddress(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A socket address of some unknown native type.
This corresponds to a general
struct sockaddr
of a type not otherwise handled by GLib.New in version 2.46.
- classmethod new(native, len)[source]¶
- Parameters:
- Returns:
a new
Gio.NativeSocketAddress
- Return type:
Creates a new
Gio.NativeSocketAddress
for native and len.New in version 2.46.