]> git.draconx.ca Git - gob-dx.git/blobdiff - src/checks.h
Release 2.0.7
[gob-dx.git] / src / checks.h
index 4d12b38e38232edb5836d5980de5959dd8b5e0ce..69fe1392c601158dee8aed55db39a90233f47df9 100644 (file)
@@ -1,7 +1,7 @@
 /* GOB C Preprocessor
  * Copyright (C) 1999-2000 the Free Software Foundation.
  * Copyright (C) 2000 Eazel, Inc.
- * Copyright (C) 2001 George Lebl
+ * Copyright (C) 2001-2004 George Lebl
  *
  * Author: George Lebl
  *
@@ -36,6 +36,7 @@ void          check_signal_args               (Class *c);
 void           check_argument_types            (Class *c);
 void           check_property_types            (Class *c);
 void           check_func_arg_checks           (Class *c);
+void           check_for_class_destructors     (Class *c);
 
 int            count_signals                   (Class *c);
 int            count_set_properties            (Class *c);