Skip GdkDrawingContext in default value tests

GdkDrawingContext objects can't be freely constructed.
This commit is contained in:
Matthias Clasen 2016-08-02 22:32:25 -04:00
parent 43a5331125
commit d9c07c0a6a

View File

@ -77,6 +77,7 @@ test_type (gconstpointer data)
/* These can't be freely constructed/destroyed */
if (g_type_is_a (type, GTK_TYPE_APPLICATION) ||
g_type_is_a (type, GDK_TYPE_PIXBUF_LOADER) ||
g_type_is_a (type, GDK_TYPE_DRAWING_CONTEXT) ||
#ifdef G_OS_UNIX
g_type_is_a (type, GTK_TYPE_PRINT_JOB) ||
#endif