From 277b9717da6261d089772684669bc55c5a0e911b Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Mon, 1 Mar 2010 10:24:43 +0100 Subject: [PATCH] Remove utf8inputstream leftovers in a few other places --- docs/reference/gio/gio-docs.xml | 1 - docs/reference/gio/gio-sections.txt | 18 ------------------ gio/giotypes.h | 1 - po/POTFILES.in | 1 - 4 files changed, 21 deletions(-) diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml index 0ce475206..c7561d4a2 100644 --- a/docs/reference/gio/gio-docs.xml +++ b/docs/reference/gio/gio-docs.xml @@ -68,7 +68,6 @@ - File types and applications diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index c27bbc616..3669d89b6 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -712,24 +712,6 @@ g_buffered_input_stream_get_type GBufferedInputStreamPrivate -
-gutf8inputstream -GUtf8InputStream -GUtf8InputStream -g_utf8_input_stream_new - -GUtf8InputStreamClass -G_UTF8_INPUT_STREAM -G_IS_UTF8_INPUT_STREAM -G_TYPE_UTF8_INPUT_STREAM -G_UTF8_INPUT_STREAM_CLASS -G_IS_UTF8_INPUT_STREAM_CLASS -G_UTF8_INPUT_STREAM_GET_CLASS - -g_utf8_input_stream_get_type -GUtf8InputStreamPrivate -
-
goutputstream GOutputStream diff --git a/gio/giotypes.h b/gio/giotypes.h index cd8f047f6..2abc87dd6 100644 --- a/gio/giotypes.h +++ b/gio/giotypes.h @@ -43,7 +43,6 @@ typedef struct _GConverter GConverter; typedef struct _GConverterInputStream GConverterInputStream; typedef struct _GConverterOutputStream GConverterOutputStream; typedef struct _GDataInputStream GDataInputStream; -typedef struct _GUtf8InputStream GUtf8InputStream; typedef struct _GZlibCompressor GZlibCompressor; typedef struct _GZlibDecompressor GZlibDecompressor; diff --git a/po/POTFILES.in b/po/POTFILES.in index 877bf74a6..e7ae51b58 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -96,7 +96,6 @@ gio/gunixoutputstream.c gio/gunixsocketaddress.c gio/gunixvolume.c gio/gunixvolumemonitor.c -gio/gutf8inputstream.c gio/gvfs.c gio/gvolume.c gio/gvolumemonitor.c