From ae3ae3699bc153a9fbd3ae0c788f40c8c13fffbd Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 16:36:28 +0000 Subject: [PATCH] docs: Fix typo in GFileInputStream MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit g_seekable_stream_can_seek() → g_seekable_can_seek(). --- gio/gfileinputstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). **/ -- 2.11.0