Gio.DatagramBasedInterface¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| condition_check | object |
r | |
| condition_wait | object |
r | |
| create_source | object |
r | |
| g_iface | GObject.TypeInterface |
r | The parent interface. |
| receive_messages | object |
r | |
| send_messages | object |
r |
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.