win32: use the same parameter name as the implementation
This commit is contained in:
		@ -29,7 +29,7 @@
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * gdk_win32_display_set_cursor_theme:
 | 
					 * gdk_win32_display_set_cursor_theme:
 | 
				
			||||||
 * @display: (type GdkWin32Display): a #GdkDisplay
 | 
					 * @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
 | 
					 *         a previously set value
 | 
				
			||||||
 * @size: the cursor size to use, or 0 to keep the previous size
 | 
					 * @size: the cursor size to use, or 0 to keep the previous size
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
@ -52,7 +52,7 @@ GType      gdk_win32_display_get_type            (void);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
GDK_AVAILABLE_IN_3_18
 | 
					GDK_AVAILABLE_IN_3_18
 | 
				
			||||||
void       gdk_win32_display_set_cursor_theme    (GdkDisplay  *display,
 | 
					void       gdk_win32_display_set_cursor_theme    (GdkDisplay  *display,
 | 
				
			||||||
                                                  const gchar *theme,
 | 
					                                                  const gchar *name,
 | 
				
			||||||
                                                  gint         size);
 | 
					                                                  gint         size);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
G_END_DECLS
 | 
					G_END_DECLS
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user