docs: Fix typo in GFileInputStream
authorDavid King <amigadave@amigadave.com>
Sun, 19 Feb 2012 16:36:28 +0000 (16:36 +0000)
committerRyan Lortie <desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:54 +0000 (01:10 +0100)
g_seekable_stream_can_seek() → g_seekable_can_seek().

gio/gfileinputstream.c

index 36e143c..6168543 100644 (file)
@@ -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().
  **/