gio.DatagramBasedT

Undocumented in source.

Public Imports

gio.Cancellable
public import gio.Cancellable;
gio.c.functions
public import gio.c.functions;
gio.c.types
public import gio.c.types;
glib.ErrorG
public import glib.ErrorG;
glib.GException
public import glib.GException;
glib.Source
public import glib.Source;
gtkc.giotypes
public import gtkc.giotypes;

Members

Templates

DatagramBasedT
template DatagramBasedT(TStruct)

A GDatagramBased is a networking interface for representing datagram-based communications. It is a more or less direct mapping of the core parts of the BSD socket API in a portable GObject interface. It is implemented by atk.Socket, which wraps the UNIX socket API on UNIX and winsock2 on Windows.