notify test: Skip GtkFontButton::font-name
This is not freely settable.
This commit is contained in:
parent
43312bb8c2
commit
db1a39a817
@ -666,6 +666,14 @@ test_type (gconstpointer data)
|
||||
g_str_equal (pspec->name, "accelerator"))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
|
||||
g_str_equal (pspec->name, "font"))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_FONT_BUTTON) &&
|
||||
g_str_equal (pspec->name, "font-name"))
|
||||
continue;
|
||||
|
||||
if (g_test_verbose ())
|
||||
g_print ("Property %s.%s\n", g_type_name (pspec->owner_type), pspec->name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user