]> git.draconx.ca Git - gob-dx.git/blobdiff - src/checks.h
Release 2.0.12
[gob-dx.git] / src / checks.h
index 69fe1392c601158dee8aed55db39a90233f47df9..88dd8d12e6cf58aa07ae75c16ca9a57098b2477d 100644 (file)
@@ -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