mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
docs: Fix typo in GFileInputStream
g_seekable_stream_can_seek() → g_seekable_can_seek().
This commit is contained in:
parent
e70b72f5a1
commit
ae3ae3699b
@ -45,7 +45,7 @@
|
||||
* stream to jump to arbitrary positions in the file, provided the
|
||||
* filesystem of the file allows it. To find the position of a file
|
||||
* input stream, use g_seekable_tell(). To find out if a file input
|
||||
* stream supports seeking, use g_seekable_stream_can_seek().
|
||||
* stream supports seeking, use g_seekable_can_seek().
|
||||
* To position a file input stream, use g_seekable_seek().
|
||||
**/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user