mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Add extra documentation about the return values of g_seekable_tell()
This commit is contained in:
parent
59acf6950c
commit
e642562fff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user