fix parameter name mismatch
This commit is contained in:
committed by
Carlos Garnacho
parent
8abe9f300c
commit
b51c0f826a
@@ -66,7 +66,7 @@ GtkStyleProperties * gtk_style_properties_new (void);
|
||||
void gtk_style_properties_map_color (GtkStyleProperties *props,
|
||||
const gchar *name,
|
||||
GtkSymbolicColor *color);
|
||||
GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *set,
|
||||
GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *props,
|
||||
const gchar *name);
|
||||
|
||||
void gtk_style_properties_set_property (GtkStyleProperties *props,
|
||||
|
||||
Reference in New Issue
Block a user