summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-18 13:36:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-18 13:54:22 -0400
commite0f2492ce8e2c9cae2bb7e2bde97842eda588dbb (patch)
treed5420d57e186799b332c9f9c85d5468de9d318b6
parent5f9b010b94d02b3b7efd4950632d0801b21672c4 (diff)
downloadgtk+-e0f2492ce8e2c9cae2bb7e2bde97842eda588dbb.tar.gz
Avoid an unintented export
GtkStyleCascade is entirely private, so don't leak any symbols.
-rw-r--r--gtk/gtkstylecascade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstylecascade.c b/gtk/gtkstylecascade.c
index 9ccd2f06de..9f54e37d13 100644
--- a/gtk/gtkstylecascade.c
+++ b/gtk/gtkstylecascade.c
@@ -172,7 +172,7 @@ gtk_style_cascade_get_color (GtkStyleProviderPrivate *provider,
return NULL;
}
-GtkCssKeyframes *
+static GtkCssKeyframes *
gtk_style_cascade_get_keyframes (GtkStyleProviderPrivate *provider,
const char *name)
{