win32: use the same parameter name as the implementation

This commit is contained in:
Ignacio Casal Quinteiro
2015-10-08 17:48:57 +02:00
parent f45e26885c
commit 22b0ed6807
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ GType gdk_win32_display_get_type (void);
GDK_AVAILABLE_IN_3_18
void gdk_win32_display_set_cursor_theme (GdkDisplay *display,
const gchar *theme,
const gchar *name,
gint size);
G_END_DECLS