diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-10-22 11:50:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-10-22 11:50:49 -0400 |
commit | f703ea65995f4c8bd5c7e1c554a36d5ca835067d (patch) | |
tree | 760977edb3bf4e4a5f0a5bc5af1b2f7ee1cdcada /gdk | |
parent | 26d8a56506447e17a3f2505c8a7907e526f93ffc (diff) | |
download | gtk+-f703ea65995f4c8bd5c7e1c554a36d5ca835067d.tar.gz |
win32: Fix introspection syntax
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/win32/gdkdisplay-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c index a98841a575..0a47970cd5 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 - * @name: (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 * |