docs: Fix typo in GFileInputStream

g_seekable_stream_can_seek() → g_seekable_can_seek().
This commit is contained in:
David King 2012-02-19 16:36:28 +00:00 committed by Ryan Lortie
parent e70b72f5a1
commit ae3ae3699b

View File

@ -45,7 +45,7 @@
* stream to jump to arbitrary positions in the file, provided the * stream to jump to arbitrary positions in the file, provided the
* filesystem of the file allows it. To find the position of a file * 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 * 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(). * To position a file input stream, use g_seekable_seek().
**/ **/