X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgwin32outputstream.c;h=f69212b10ec76a4b889f756987a95d6528a9a20b;hb=958da1e9dc82fbb91862501226b8928faf2f9558;hp=5040ac45b81a268f8f2de0e678049c1b6cc6fc8a;hpb=cb588d45320c5a6b767d299ebd85306d45e1773c;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gwin32outputstream.c b/gio/gwin32outputstream.c index 5040ac4..f69212b 100644 --- a/gio/gwin32outputstream.c +++ b/gio/gwin32outputstream.c @@ -45,7 +45,7 @@ * #GWin32OutputStream implements #GOutputStream for writing to a * Windows file handle. * - * Note that `<gio/gwin32outputstream.h>` belongs to the Windows-specific GIO + * Note that `` belongs to the Windows-specific GIO * interfaces, thus you have to use the `gio-windows-2.0.pc` pkg-config file * when using it. */ @@ -241,7 +241,7 @@ g_win32_output_stream_set_close_handle (GWin32OutputStream *stream, * Returns whether the handle of @stream will be closed when the * stream is closed. * - * Return value: %TRUE if the handle is closed when done + * Returns: %TRUE if the handle is closed when done * * Since: 2.26 */ @@ -259,7 +259,7 @@ g_win32_output_stream_get_close_handle (GWin32OutputStream *stream) * * Return the Windows handle that the stream writes to. * - * Return value: The handle descriptor of @stream + * Returns: The handle descriptor of @stream * * Since: 2.26 */