[gtk+] notify test: Skip GtkWidget::double-buffered



commit f00a1f9aaee65fb11d5569e8fb559321ce6a7ec2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 22 12:09:52 2014 -0400

    notify test: Skip GtkWidget::double-buffered
    
    This property is now deprecated, and ignored, thus: no notification.

 testsuite/gtk/notify.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 3d6ce18..e86ca65 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -545,6 +545,10 @@ test_type (gconstpointer data)
          g_str_equal (pspec->name, "tearoff-state"))
         continue;
 
+      if (g_type_is_a (pspec->owner_type, GTK_TYPE_WIDGET) &&
+         g_str_equal (pspec->name, "double-buffered"))
+        continue;
+
       /* Can only be set on window widgets */
       if (pspec->owner_type == GTK_TYPE_WIDGET &&
           g_str_equal (pspec->name, "events"))


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