mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Avoid an unintented export
GtkStyleCascade is entirely private, so don't leak any symbols.
This commit is contained in:
parent
5f9b010b94
commit
e0f2492ce8
@ -172,7 +172,7 @@ gtk_style_cascade_get_color (GtkStyleProviderPrivate *provider,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkCssKeyframes *
|
static GtkCssKeyframes *
|
||||||
gtk_style_cascade_get_keyframes (GtkStyleProviderPrivate *provider,
|
gtk_style_cascade_get_keyframes (GtkStyleProviderPrivate *provider,
|
||||||
const char *name)
|
const char *name)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user