Remove GUtf8InputStream for now
authorAlexander Larsson <alexl@redhat.com>
Mon, 1 Mar 2010 08:56:02 +0000 (09:56 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 1 Mar 2010 08:56:02 +0000 (09:56 +0100)
commit2bfddf162e686c750beb2af2e4cb2e8d8d523440
tree899072d65be5c88fd1b84976926a12d677234b08
parentc47e1949e215126c70503843ebb7759449160212
Remove GUtf8InputStream for now

It turns out that the way this worked did not work out for the current
main usecase (gedit) due to issues with how this is best integrated
with GtkTextView. So, in order to not have to support an unused non-ideal
API forever we remove this before its been in a stable release.

The basic feature seems to have some utility though, so we hope for it
to eventually return in a better form.
gio/Makefile.am
gio/gio.h
gio/gio.symbols
gio/gutf8inputstream.c [deleted file]
gio/gutf8inputstream.h [deleted file]
gio/tests/Makefile.am
gio/tests/utf8-input-stream.c [deleted file]