Home
last modified time | relevance | path

Searched refs:g_file_io_stream_seekable_tell (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgfileiostream.c64 static goffset g_file_io_stream_seekable_tell (GSeekable *seekable);
98 iface->tell = g_file_io_stream_seekable_tell; in G_DEFINE_TYPE_WITH_CODE()
328 g_file_io_stream_seekable_tell (GSeekable *seekable) in g_file_io_stream_seekable_tell() function