diff options
author | Benjamin Otte <otte@redhat.com> | 2017-10-31 04:31:46 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-10-31 04:33:54 +0100 |
commit | 83fb7a649f07fc989ff149036b17698f7dee18c4 (patch) | |
tree | 772d5c0ac1a4ee7054cef63e6f675fdbeebc081f /gtk/gtkcsscolorvalueprivate.h | |
parent | c8986e66ce482714f4ce2adf3c24dd53cca27bbe (diff) | |
download | gtk+-83fb7a649f07fc989ff149036b17698f7dee18c4.tar.gz |
css: Merge GtkStyleProviderPrivate into GtkStyleProvider
This is just lots of renaming.
The interface remains private, so the public API does not change, apart
from removing the definition of the Interface object to avoid
subclassing.
Diffstat (limited to 'gtk/gtkcsscolorvalueprivate.h')
-rw-r--r-- | gtk/gtkcsscolorvalueprivate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcsscolorvalueprivate.h b/gtk/gtkcsscolorvalueprivate.h index b80d52100d..490d5fbde9 100644 --- a/gtk/gtkcsscolorvalueprivate.h +++ b/gtk/gtkcsscolorvalueprivate.h @@ -43,10 +43,10 @@ GtkCssValue * _gtk_css_color_value_new_current_color (void); GtkCssValue * _gtk_css_color_value_parse (GtkCssParser *parser); -GtkCssValue * _gtk_css_color_value_resolve (GtkCssValue *color, - GtkStyleProviderPrivate *provider, - GtkCssValue *current, - GSList *cycle_list); +GtkCssValue * _gtk_css_color_value_resolve (GtkCssValue *color, + GtkStyleProvider *provider, + GtkCssValue *current, + GSList *cycle_list); G_END_DECLS |