[gtk] lookup stats



commit 3d9e3390f167a220e8775d08356259f420e045ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 25 18:20:26 2020 -0500

    lookup stats

 gtk/gtkcssstaticstyle.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gtk/gtkcssstaticstyle.c b/gtk/gtkcssstaticstyle.c
index 0c6b8da04b..e4a2ce4683 100644
--- a/gtk/gtkcssstaticstyle.c
+++ b/gtk/gtkcssstaticstyle.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]