mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Add extra documentation about the return values of g_seekable_tell()
This commit is contained in:
@@ -59,7 +59,8 @@ g_seekable_default_init (GSeekableInterface *iface)
|
|||||||
*
|
*
|
||||||
* Tells the current position within the stream.
|
* 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
|
goffset
|
||||||
g_seekable_tell (GSeekable *seekable)
|
g_seekable_tell (GSeekable *seekable)
|
||||||
|
Reference in New Issue
Block a user