mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
More trivial doc fixes
svn path=/trunk/; revision=5968
This commit is contained in:
@@ -195,6 +195,14 @@ g_filter_output_stream_init (GFilterOutputStream *stream)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* g_filter_output_stream_get_base_stream:
|
||||
* @stream: a #GFilterOutputStream.
|
||||
*
|
||||
* Gets the base stream for the filter stream.
|
||||
*
|
||||
* Returns: a #GOutputStream.
|
||||
**/
|
||||
GOutputStream *
|
||||
g_filter_output_stream_get_base_stream (GFilterOutputStream *stream)
|
||||
{
|
||||
|
Reference in New Issue
Block a user