X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/4f0369e24277442e70d0edaab02b022bc7a2b6f5..a8ea1a669f332b0ed29c6271896476f59f357533:/src/checks.h diff --git a/src/checks.h b/src/checks.h index 69fe139..88dd8d1 100644 --- a/src/checks.h +++ b/src/checks.h @@ -49,6 +49,7 @@ int count_protecteds (Class *c); int count_unreftors (Class *c); int count_destructors (Class *c); int count_initializers (Class *c); +int count_glade_widgets (Class *c); gboolean find_get_type (Class *c); #endif