Home | History | Annotate | Download | only in gio

Lines Matching refs:GSeekable

27 #include <gseekable.h>
40 * @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
45 * GFileOutputStream implements #GSeekable, which allows the output
60 static goffset g_file_output_stream_seekable_tell (GSeekable *seekable);
61 static gboolean g_file_output_stream_seekable_can_seek (GSeekable *seekable);
62 static gboolean g_file_output_stream_seekable_seek (GSeekable *seekable,
67 static gboolean g_file_output_stream_seekable_can_truncate (GSeekable *seekable);
68 static gboolean g_file_output_stream_seekable_truncate (GSeekable *seekable,
333 g_file_output_stream_seekable_tell (GSeekable *seekable)
360 g_file_output_stream_seekable_can_seek (GSeekable *seekable)
405 g_file_output_stream_seekable_seek (GSeekable *seekable,
437 g_file_output_stream_seekable_can_truncate (GSeekable *seekable)
481 g_file_output_stream_seekable_truncate (GSeekable *seekable,