3 #include "babl-internal.h"
7 static int type_check (Babl
*babl
,
10 if (!babl_type_is_symmetric (babl
))
12 babl_log ("%s is not symmetric", babl
->instance
.name
);
22 babl_set_extender (babl_extension_quiet_log ());
23 babl_type_class_for_each (type_check
, NULL
);