[glib] Remove GUtf8InputStream for now



commit 2bfddf162e686c750beb2af2e4cb2e8d8d523440
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Mar 1 09:56:02 2010 +0100

    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               |    2 -
 gio/gio.h                     |    1 -
 gio/gio.symbols               |    7 -
 gio/gutf8inputstream.c        |  327 -----------------------------------------
 gio/gutf8inputstream.h        |   80 ----------
 gio/tests/Makefile.am         |    4 -
 gio/tests/utf8-input-stream.c |  252 -------------------------------
 7 files changed, 0 insertions(+), 673 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 580db1a..b49d65c 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -272,7 +272,6 @@ libgio_2_0_la_SOURCES =		\
 	gthreadedresolver.h	\
 	gunionvolumemonitor.c 	\
 	gunionvolumemonitor.h 	\
-	gutf8inputstream.c	\
 	gvfs.c 			\
 	gvolume.c 		\
 	gvolumemonitor.c 	\
@@ -407,7 +406,6 @@ gio_headers =			\
 	gtcpconnection.h	\
 	gthreadedsocketservice.h\
 	gthemedicon.h 		\
-	gutf8inputstream.h	\
 	gvfs.h 			\
 	gvolume.h 		\
 	gvolumemonitor.h 	\
diff --git a/gio/gio.h b/gio/gio.h
index 4fc93f1..861f172 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -90,7 +90,6 @@
 #include <gio/gthreadedsocketservice.h>
 #include <gio/gsrvtarget.h>
 #include <gio/gthemedicon.h>
-#include <gio/gutf8inputstream.h>
 #include <gio/gvfs.h>
 #include <gio/gvolume.h>
 #include <gio/gvolumemonitor.h>
diff --git a/gio/gio.symbols b/gio/gio.symbols
index 19e9aa6..798ab9a 100644
--- a/gio/gio.symbols
+++ b/gio/gio.symbols
@@ -1319,13 +1319,6 @@ g_unix_fd_list_steal_fds
 #endif
 #endif
 
-#if IN_HEADER(__G_UTF8_INPUT_STREAM_H__)
-#if IN_FILE(__G_UTF8_INPUT_STREAM_C__)
-g_utf8_input_stream_get_type G_GNUC_CONST
-g_utf8_input_stream_new
-#endif
-#endif
-
 #if IN_HEADER(__G_ZLIB_COMPRESSOR_H__)
 #if IN_FILE(__G_ZLIB_COMPRESSOR_C__)
 g_zlib_compressor_get_type G_GNUC_CONST
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index bc853b5..8f9f483 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -26,7 +26,6 @@ TEST_PROGS +=	 		\
 	converter-stream	\
 	data-input-stream 	\
 	data-output-stream 	\
-	utf8-input-stream 	\
 	g-icon			\
 	buffered-input-stream	\
 	sleepy-stream		\
@@ -72,9 +71,6 @@ data_input_stream_LDADD		= $(progs_ldadd)
 data_output_stream_SOURCES	= data-output-stream.c
 data_output_stream_LDADD	= $(progs_ldadd)
 
-utf8_input_stream_SOURCES	= utf8-input-stream.c
-utf8_input_stream_LDADD		= $(progs_ldadd)
-
 filter_cat_SOURCES	= filter-cat.c
 filter_cat_LDADD	= $(progs_ldadd)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]