Home | History | Annotate | Download | only in gio

Lines Matching refs:GSeekable

26 #include "gseekable.h"
91 static goffset g_memory_output_stream_tell (GSeekable *seekable);
92 static gboolean g_memory_output_stream_can_seek (GSeekable *seekable);
93 static gboolean g_memory_output_stream_seek (GSeekable *seekable,
98 static gboolean g_memory_output_stream_can_truncate (GSeekable *seekable);
99 static gboolean g_memory_output_stream_truncate (GSeekable *seekable,
504 g_memory_output_stream_tell (GSeekable *seekable)
516 g_memory_output_stream_can_seek (GSeekable *seekable)
522 g_memory_output_stream_seek (GSeekable *seekable,
576 g_memory_output_stream_can_truncate (GSeekable *seekable)
588 g_memory_output_stream_truncate (GSeekable *seekable,