cssstylefuncs: Rename functions

This is in preaparation for the big GtkCssComputedValues => GtkCssStyle
rename
This commit is contained in:
Benjamin Otte
2014-10-22 22:36:38 +02:00
parent 314a168916
commit f51419adb0
5 changed files with 18 additions and 18 deletions

View File

@ -1727,8 +1727,8 @@ gtk_css_provider_get_style_property (GtkStyleProvider *provider,
val->section != NULL ? gtk_css_section_get_file (val->section) : NULL,
val->value);
found = _gtk_css_style_parse_value (value,
scanner->parser);
found = _gtk_css_style_funcs_parse_value (value,
scanner->parser);
gtk_css_scanner_destroy (scanner);