X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a8ea1a669f332b0ed29c6271896476f59f357533..4d534c82fb65897999ade6867534ab952a9bc019:/src/checks.c diff --git a/src/checks.c b/src/checks.c index 63f44cc..cccdedb 100644 --- a/src/checks.c +++ b/src/checks.c @@ -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 "