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