More trivial doc fixes

svn path=/trunk/; revision=5968
This commit is contained in:
Matthias Clasen
2007-11-28 06:01:13 +00:00
parent 82d1ac187f
commit 54e52e099e
15 changed files with 197 additions and 176 deletions

View File

@@ -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)
{