Removed. Removed. Added. Added. Renamed GSocket*Stream to GUnix*Stream and
authorAlexander Larsson <alexl@redhat.com>
Tue, 27 Nov 2007 15:08:03 +0000 (15:08 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 27 Nov 2007 15:08:03 +0000 (15:08 +0000)
commit77657981f06ec6442b7d432ff5b95eead180e21d
tree4435daa3e42511b547163096edf86adb071f6cc4
parente3607fcdf39a487eec9ec8cb64eef49b729fa0d1
Removed. Removed. Added. Added. Renamed GSocket*Stream to GUnix*Stream and

2007-11-27  Alexander Larsson  <alexl@redhat.com>

        * Makefile.am:
        * gsocketinputstream.[ch]: Removed.
        * gsocketoutputstream.[ch]: Removed.
        * gunixinputstream.[ch]: Added.
        * gunixoutputstream.[ch]: Added.
Renamed GSocket*Stream to GUnix*Stream and made
it unix-only, since its not really only for sockets
and it only works on unix (but is highly useful there).

svn path=/trunk/; revision=5956
gio/ChangeLog
gio/Makefile.am
gio/gsocketinputstream.h [deleted file]
gio/gsocketoutputstream.h [deleted file]
gio/gunixinputstream.c [moved from gio/gsocketinputstream.c with 50% similarity]
gio/gunixinputstream.h [new file with mode: 0644]
gio/gunixoutputstream.c [moved from gio/gsocketoutputstream.c with 53% similarity]
gio/gunixoutputstream.h [new file with mode: 0644]