]> git.draconx.ca Git - gob-dx.git/blobdiff - src/checks.c
Release 2.0.13
[gob-dx.git] / src / checks.c
index 63f44cc6f28babdcb66640b17eb8c344c8a92470..cccdedba562a4d80537724b79749d8d8aada9326 100644 (file)
@@ -335,11 +335,11 @@ check_signal_args (Class *c)
 
                        for (l = m->gtktypes; l != NULL; l = l->next) {
                                if (strcmp (l->data, "BOXED") == 0) {
-                                       error_printf (GOB_ERROR, m->line_no,
-                                                     "BOXED not allowed as "
+                                       error_printf (GOB_ERROR, m->line_no,
+                                                     "BOXED not allowed as "
                                                      "a signal argument, use "
-                                                     "POINTER");
-                                       continue;
+                                                     "POINTER, or BOXED_*");
+                                       continue;
                                } else if (strcmp (l->data, "FLAGS") == 0) {
                                        error_printf (GOB_ERROR, m->line_no,
                                                      "FLAGS not allowed as "