summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-02-10 20:09:20 +0000
committerJavier Jardón <jjardon@gnome.org>2012-02-10 20:09:20 +0000
commit7e657d1e5c4ea733531da2da87f6435ffaa3deac (patch)
tree082722beb56645ae6428b15a361454cd1e958a85
parent704a2ca02de0430786114e7d9bf7aa772c40b934 (diff)
downloadglib-7e657d1e5c4ea733531da2da87f6435ffaa3deac.tar.gz
docs: Fix some typos in gwin32inputstream
-rw-r--r--docs/reference/gio/gio-sections.txt2
-rw-r--r--gio/gwin32inputstream.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 3c556fdb0..cfdbb6c60 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -642,7 +642,7 @@ GWin32InputStream
g_win32_input_stream_new
g_win32_input_stream_set_close_handle
g_win32_input_stream_get_close_handle
-g_win_input_stream_get_handle
+g_win32_input_stream_get_handle
<SUBSECTION Standard>
GWin32InputStreamClass
G_WIN32_INPUT_STREAM
diff --git a/gio/gwin32inputstream.c b/gio/gwin32inputstream.c
index a545981b3..5576f0260 100644
--- a/gio/gwin32inputstream.c
+++ b/gio/gwin32inputstream.c
@@ -192,9 +192,9 @@ g_win32_input_stream_init (GWin32InputStream *win32_stream)
/**
* g_win32_input_stream_new:
* @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
* when the stream is closed.