docs: Fix some typos in gwin32inputstream

This commit is contained in:
Javier Jardón 2012-02-10 20:09:20 +00:00
parent 704a2ca02d
commit 7e657d1e5c
2 changed files with 3 additions and 3 deletions

View File

@ -642,7 +642,7 @@ GWin32InputStream
g_win32_input_stream_new g_win32_input_stream_new
g_win32_input_stream_set_close_handle g_win32_input_stream_set_close_handle
g_win32_input_stream_get_close_handle g_win32_input_stream_get_close_handle
g_win_input_stream_get_handle g_win32_input_stream_get_handle
<SUBSECTION Standard> <SUBSECTION Standard>
GWin32InputStreamClass GWin32InputStreamClass
G_WIN32_INPUT_STREAM G_WIN32_INPUT_STREAM

View File

@ -192,9 +192,9 @@ g_win32_input_stream_init (GWin32InputStream *win32_stream)
/** /**
* g_win32_input_stream_new: * g_win32_input_stream_new:
* @handle: a Win32 file handle * @handle: a Win32 file handle
* @close_fd: %TRUE to close the handle when done * @close_handle: %TRUE to close the handle when done
* *
* Creates a new #GWin32InputStream for the given @fd. * Creates a new #GWin32InputStream for the given @handle.
* *
* If @close_handle is %TRUE, the handle will be closed * If @close_handle is %TRUE, the handle will be closed
* when the stream is closed. * when the stream is closed.