Re: [Vala] Using custom Objects as parameters for signals.
- From: Jürg Billeter <j bitron ch>
- To: Raffaele Sandrini <rasa gmx ch>
- Cc: vala paldo org
- Subject: Re: [Vala] Using custom Objects as parameters for signals.
- Date: Wed, 21 Mar 2007 10:58:20 +0100
On Mit, 2007-03-21 at 07:27 +0100, Raffaele Sandrini wrote:
On Die, 2007-03-20 at 19:46 -0300, Alexandre Moreira wrote:
Hello, again.
I was just trying to create a signal much like this one:
public signal void registered(F.Document document);
in a file that could find a F.Document with no problem (this is an
interface I created in another file).
When I try that, valac quits with a big bad error:
** (valac:29348): CRITICAL **: vala_ccode_formal_parameter_new:
assertion `type != NULL' failed
** (valac:29348): CRITICAL **:
vala_ccode_function_declarator_add_parameter: assertion
`VALA_IS_CCODE_FORMAL_PARAMETER (param)' failed
** (valac:29348): CRITICAL **: vala_ccode_identifier_new: assertion
`_name != NULL' failed
Segmentation fault
does this simply mean that this kind of usage is not implemented or am
I doing anything wrong ?
Hmm there seems to be a bug regarding interfaces. We'll look into that.
Fixed in SVN.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]