forked from AuroraMiddleware/gtk
Skip GdkDrawingContext in default value tests
GdkDrawingContext objects can't be freely constructed.
This commit is contained in:
parent
43a5331125
commit
d9c07c0a6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user