Federico Mena Quintero federico@gnome.org 2013 Networking and sockets API with streams Fran Dieguez frandieguez@gnome.org 2009-2013. Leandro Regueiro leandro.regueiro@gmail.com 2011. Redes GIO

GIO Networking is built on top of the stream APIs used for files. It provides high-level APIs to communicate over TCP/IP and UNIX domain sockets. You can use the GIO networking APIs to connect to a server, listen for events, and read resources. The asynchronous API means your application doesn't block waiting for a response from the network.

GIO Reference Manual

Lowlevel network support

Highlevel network functionality