Gio.DatagramBasedInterface

Fields

Name

Type

Access

Description

condition_check

object

r

Virtual method for Gio.DatagramBased.condition_check().

condition_wait

object

r

Virtual method for Gio.DatagramBased.condition_wait().

create_source

object

r

Virtual method for Gio.DatagramBased.create_source().

g_iface

GObject.TypeInterface

r

The parent interface.

receive_messages

object

r

Virtual method for Gio.DatagramBased.receive_messages().

send_messages

object

r

Virtual method for Gio.DatagramBased.send_messages().

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.