File: gio-network.page

package info (click to toggle)
gnome-devel-docs 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,808 kB
  • sloc: xml: 101,979; sh: 625; makefile: 380; ansic: 340; cpp: 131; python: 80
file content (24 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="gio-network" xml:lang="el">
<info>
  <link type="guide" xref="index" group="gio-network"/>
  <desc>Powerful networking API built on the GIO stream classes</desc>
  <revision pkgversion="3.0" date="2011-04-05" status="review"/>
</info>

<title>GIO Networking</title>

<p>Built on top of the stream APIs used for files, GIO provides
high-level networking 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 designs means your application doesn't block
waiting for a response.</p>

<list style="compact">
  <item><p><link href="http://developer.gnome.org/gio/stable/">GIO Reference Manual</link></p></item>
  <item><p><link href="http://developer-next.gnome.org/gio/stable/networking.html">Lowlevel network support</link></p></item>
  <item><p><link href="http://developer-next.gnome.org/gio/stable/highlevel-socket.html">Highlevel network functionality</link></p></item>
</list>

</page>