mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-25 00:50:05 +01:00
gfilteroutputstream: Fix duplicated property name in doc comment
Looks like a copy/paste error from the doc comment immediately below. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
61ce6d5511
commit
6f6743de61
@ -89,7 +89,7 @@ g_filter_output_stream_class_init (GFilterOutputStreamClass *klass)
|
||||
ostream_class->close_fn = g_filter_output_stream_close;
|
||||
|
||||
/**
|
||||
* GFilterOutputStream:close-base-stream:
|
||||
* GFilterOutputStream:base-stream:
|
||||
*
|
||||
* The underlying base stream on which the I/O ops will be done.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user