Add extra documentation about the return values of g_seekable_tell()

This commit is contained in:
Emmanuel Fleury 2021-04-22 14:33:18 +02:00
parent 59acf6950c
commit e642562fff

View File

@ -59,7 +59,8 @@ g_seekable_default_init (GSeekableInterface *iface)
*
* Tells the current position within the stream.
*
* Returns: the offset from the beginning of the buffer.
* Returns: the (positive or zero) offset from the beginning of the
* buffer, zero if the target is not seekable.
**/
goffset
g_seekable_tell (GSeekable *seekable)