fix parameter name mismatch

This commit is contained in:
Matthias Clasen 2010-11-23 20:46:20 -05:00 committed by Carlos Garnacho
parent 8abe9f300c
commit b51c0f826a

View File

@ -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,