Skip to content

Gio.DatagramBasedInterface

record (struct)

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.

Properties

g_iface

g_iface: GObject.TypeInterface  # read/write

receive_messages

receive_messages: Any  # read/write

send_messages

send_messages: Any  # read/write

create_source

create_source: Any  # read/write

condition_check

condition_check: Any  # read/write

condition_wait

condition_wait: Any  # read/write