projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70b72f
)
docs: Fix typo in GFileInputStream
author
David King
<amigadave@amigadave.com>
Sun, 19 Feb 2012 16:36:28 +0000
(16:36 +0000)
committer
Ryan 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
patch
|
blob
|
history
diff --git
a/gio/gfileinputstream.c
b/gio/gfileinputstream.c
index
36e143c
..
6168543
100644
(file)
--- 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().
**/