lookup stats
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2020 23:20:26 +0000 (18:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2020 23:20:26 +0000 (18:20 -0500)
gtk/gtkcssstaticstyle.c

index 0c6b8da04b89a8b66a76f24efe2c78ae07bd9006..e4a2ce4683468deeceec32d4f400103c6887cf6d 100644 (file)
@@ -192,6 +192,8 @@ gtk_css_static_style_new_compute (GtkStyleProvider    *provider,
                                &lookup,
                                change == 0 ? &change : NULL);
 
+  g_print ("%d specified values\n", lookup.n_set_values);
+
   result = g_object_new (GTK_TYPE_CSS_STATIC_STYLE, NULL);
 
   result->change = change;