From: David King Date: Sun, 19 Feb 2012 16:36:28 +0000 (+0000) Subject: docs: Fix typo in GFileInputStream X-Git-Tag: android-x86-6.0-r1~448 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ae3ae3699bc153a9fbd3ae0c788f40c8c13fffbd;p=android-x86%2Fexternal-bluetooth-glib.git docs: Fix typo in GFileInputStream g_seekable_stream_can_seek() → g_seekable_can_seek(). --- diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c index 36e143c9a..61685432d 100644 --- a/gio/gfileinputstream.c +++ b/gio/gfileinputstream.c @@ -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(). **/