Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdataoutputstream.c62 static goffset g_data_output_stream_tell (GSeekable *seekable);
165 iface->tell = g_data_output_stream_tell; in g_data_output_stream_seekable_iface_init()
527 g_data_output_stream_tell (GSeekable *seekable) in g_data_output_stream_tell() function