mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +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
@@ -115,18 +115,6 @@ GFileInfo *g_file_output_stream_query_info_finish (GFileOutputStream *stream
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
char * g_file_output_stream_get_etag (GFileOutputStream *stream);
|
||||
goffset g_file_output_stream_tell (GFileOutputStream *stream);
|
||||
gboolean g_file_output_stream_can_seek (GFileOutputStream *stream);
|
||||
gboolean g_file_output_stream_seek (GFileOutputStream *stream,
|
||||
goffset offset,
|
||||
GSeekType type,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
gboolean g_file_output_stream_can_truncate (GFileOutputStream *stream);
|
||||
gboolean g_file_output_stream_truncate (GFileOutputStream *stream,
|
||||
goffset size,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user