[glib/wip/doc-fixes: 25/33] docs: Fix typo in GFileInputStream
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 25/33] docs: Fix typo in GFileInputStream
- Date: Sun, 19 Feb 2012 17:07:18 +0000 (UTC)
commit a8c87e85f60f5e87559059853a6d4f0fa82c7c94
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:36:28 2012 +0000
docs: Fix typo in GFileInputStream
g_seekable_stream_can_seek() â g_seekable_can_seek().
gio/gfileinputstream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c
index 36e143c..6168543 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().
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]