X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/7231d76fbf4ae0b501af648e1216b88714aa7353..308dc7bdfb924370cfd205f656eb0e83191d01a9:/src/checks.h diff --git a/src/checks.h b/src/checks.h index 4d12b38..69fe139 100644 --- a/src/checks.h +++ b/src/checks.h @@ -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);