mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Alexander Larsson
parent
54300dde6d
commit
eb4a1640a2
@@ -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
|
||||
|
Reference in New Issue
Block a user