Documentation fixes

This commit is contained in:
Matthias Clasen
2010-05-25 19:27:42 -04:00
parent f5e21ceb00
commit c7a48881c6
5 changed files with 9 additions and 21 deletions

View File

@ -183,6 +183,10 @@ test_type (gconstpointer data)
strcmp (pspec->name, "image") == 0)
continue;
if (g_type_is_a (type, GTK_TYPE_PANED) &&
strcmp (pspec->name, "max-position") == 0)
continue;
if (g_type_is_a (type, GTK_TYPE_PRINT_OPERATION) &&
strcmp (pspec->name, "job-name") == 0)
continue;