mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Fix typo in parameter documentation.
2008-03-04 Wouter Bolsterlee <wbolster@svn.gnome.org> * gio/gbufferedinputstream.c: Fix typo in parameter documentation. svn path=/trunk/; revision=6622
This commit is contained in:
parent
cb3a49ca15
commit
1d1ffab20d
@ -1,3 +1,8 @@
|
||||
2008-03-04 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||
|
||||
* gbufferedinputstream.c: Fix typo in parameter
|
||||
documentation.
|
||||
|
||||
2008-03-04 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gfile.c:
|
||||
|
@ -336,7 +336,7 @@ g_buffered_input_stream_new (GInputStream *base_stream)
|
||||
|
||||
/**
|
||||
* g_buffered_input_stream_new_sized:
|
||||
* @base_stream: a #GOutputStream.
|
||||
* @base_stream: a #GInputStream.
|
||||
* @size: a #gsize.
|
||||
*
|
||||
* Creates a new #GBufferedInputStream from the given @base_stream,
|
||||
|
Loading…
Reference in New Issue
Block a user