X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/308dc7bdfb924370cfd205f656eb0e83191d01a9..4cc7be2f1b2212541321468f58762879985a5411:/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