Import all the highlevel socket classes from gnio
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 19:26:24 +0000 (21:26 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 19:26:24 +0000 (21:26 +0200)
commitce8361217c1c9bd458eab55554a77d24210235cc
tree3659b510033ab50971381a42cbdb57a667eed75e
parent2597e3adc37ce342972e995444f4417e0aa6fb5d
Import all the highlevel socket classes from gnio
23 files changed:
gio/Makefile.am
gio/gio-marshal.list
gio/gio.h
gio/gio.symbols
gio/giotypes.h
gio/gsocketclient.c [new file with mode: 0644]
gio/gsocketclient.h [new file with mode: 0644]
gio/gsocketconnection.c [new file with mode: 0644]
gio/gsocketconnection.h [new file with mode: 0644]
gio/gsocketinputstream.c [new file with mode: 0644]
gio/gsocketinputstream.h [new file with mode: 0644]
gio/gsocketlistener.c [new file with mode: 0644]
gio/gsocketlistener.h [new file with mode: 0644]
gio/gsocketoutputstream.c [new file with mode: 0644]
gio/gsocketoutputstream.h [new file with mode: 0644]
gio/gsocketservice.c [new file with mode: 0644]
gio/gsocketservice.h [new file with mode: 0644]
gio/gtcpconnection.c [new file with mode: 0644]
gio/gtcpconnection.h [new file with mode: 0644]
gio/gthreadedsocketservice.c [new file with mode: 0644]
gio/gthreadedsocketservice.h [new file with mode: 0644]
gio/gunixconnection.c [new file with mode: 0644]
gio/gunixconnection.h [new file with mode: 0644]