gio.DatagramBasedIF

Undocumented in source.

Public Imports

gio.c.types
public import gio.c.types;
gtkc.giotypes
public import gtkc.giotypes;

Members

Interfaces

DatagramBasedIF
interface DatagramBasedIF

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.