Gio.DatagramBasedInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
condition_check |
r |
Virtual method for |
|
condition_wait |
r |
Virtual method for |
|
create_source |
r |
Virtual method for |
|
g_iface |
r |
The parent interface. |
|
receive_messages |
r |
Virtual method for |
|
send_messages |
r |
Virtual method for |
Methods¶
None
Details¶
- class Gio.DatagramBasedInterface¶
Provides an interface for socket-like objects which have datagram semantics, following the Berkeley sockets API. The interface methods are thin wrappers around the corresponding virtual methods, and no pre-processing of inputs is implemented — so implementations of this API must handle all functionality documented in the interface methods.
New in version 2.48.