Remove duplicated GSeekable functions. (#509990) Just use the

2008-01-21  Alexander Larsson  <alexl@redhat.com>

        * gfileinputstream.[ch]:
        * gfileoutputstream.[ch]:
        * gio.symbols:
	Remove duplicated GSeekable functions. (#509990)
	Just use the g_seekable_xxx() calls instead.



svn path=/trunk/; revision=6342
This commit is contained in:
Alexander Larsson
2008-01-21 15:11:56 +00:00
committed by Alexander Larsson
parent 54300dde6d
commit eb4a1640a2
6 changed files with 16 additions and 117 deletions

View File

@@ -107,14 +107,6 @@ void g_file_input_stream_query_info_async (GFileInputStream *stream,
GFileInfo *g_file_input_stream_query_info_finish (GFileInputStream *stream,
GAsyncResult *result,
GError **error);
goffset g_file_input_stream_tell (GFileInputStream *stream);
gboolean g_file_input_stream_can_seek (GFileInputStream *stream);
gboolean g_file_input_stream_seek (GFileInputStream *stream,
goffset offset,
GSeekType type,
GCancellable *cancellable,
GError **error);
G_END_DECLS