summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdisplay-win32.c
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2015-10-08 17:48:57 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2015-10-12 12:23:31 +0200
commit3b0056ae1ae25dc69fc34409a8162d48782cb0ee (patch)
treee6fff8224b9e055876c00ce209cd5e9743bff180 /gdk/win32/gdkdisplay-win32.c
parentd19b3d2c74f4347fb76f865b0badd81a6ce947ce (diff)
downloadgtk+-3b0056ae1ae25dc69fc34409a8162d48782cb0ee.tar.gz
win32: use the same parameter name as the implementation
Diffstat (limited to 'gdk/win32/gdkdisplay-win32.c')
-rw-r--r--gdk/win32/gdkdisplay-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c
index 906f0bd63f..d2dbcf7d0a 100644
--- a/gdk/win32/gdkdisplay-win32.c
+++ b/gdk/win32/gdkdisplay-win32.c
@@ -29,7 +29,7 @@
/**
* gdk_win32_display_set_cursor_theme:
* @display: (type GdkWin32Display): a #GdkDisplay
- * @theme: (allow-none) the name of the cursor theme to use, or %NULL to unset
+ * @name: (allow-none) the name of the cursor theme to use, or %NULL to unset
* a previously set value
* @size: the cursor size to use, or 0 to keep the previous size
*