Local file implementation of GFileIOStream and ops
authorAlexander Larsson <alexl@redhat.com>
Wed, 13 May 2009 11:03:47 +0000 (13:03 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 13 May 2009 12:42:57 +0000 (14:42 +0200)
commit14d58d51a325797aee3b53fb4e0ba76ca0adc3f5
tree98e7da6f8f3cea53fc9262f56d90c7d02243b240
parent7a2d4889b50c5edd3f483c6e037faec1e093ab13
Local file implementation of GFileIOStream and ops

This implements all the GIOStream file ops for local files.
We use the "fallback to output stream" for all GFileIOStream ops.
Some helpers stuff was added to the local input and output streams
so they could be reused.
gio/Makefile.am
gio/glocalfile.c
gio/glocalfileinputstream.c
gio/glocalfileinputstream.h
gio/glocalfileiostream.c [new file with mode: 0644]
gio/glocalfileiostream.h [new file with mode: 0644]
gio/glocalfileoutputstream.c
gio/glocalfileoutputstream.h