]> git.draconx.ca Git - gob-dx.git/blobdiff - src/checks.h
Replace gnulib patch with new common helper macro.
[gob-dx.git] / src / checks.h
index 4d12b38e38232edb5836d5980de5959dd8b5e0ce..870ce05287e471910e637c6033d4abf8ca1f2186 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,8 @@ 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_func_attrs                (Class *c);
+void           check_for_class_destructors     (Class *c);
 
 int            count_signals                   (Class *c);
 int            count_set_properties            (Class *c);
@@ -48,6 +50,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