mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02: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:
@@ -89,7 +89,7 @@ g_filter_output_stream_class_init (GFilterOutputStreamClass *klass)
|
|||||||
ostream_class->close_fn = g_filter_output_stream_close;
|
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.
|
* The underlying base stream on which the I/O ops will be done.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user