Re: [Vala] calling c code from vala (2)
- From: pancake <pancake youterm com>
- To: vala paldo org
- Subject: Re: [Vala] calling c code from vala (2)
- Date: Sun, 21 Oct 2007 13:47:48 +0200
I fixed the problem by placing the function declaration
outside the class definition:
class foo {
...
}
[Import]
public static int system(string command);
btw I continue thinking that a cprefix argument for the Import
attribute would be nice. What do you think?
--pancake
On Sun, 21 Oct 2007 13:43:33 +0200
pancake <pancake youterm com> wrote:
With [Import] or [Import()] we can tell vala to get this function
from outside the vala source (mostly C).
But, we are forced to use the namespace_classname cprefix.
It is possible to change it? Something like that would be
the right way for me:
[Import (cprefix = "")]
public static int system(string command);
--pancake
_______________________________________________
Vala mailing list
Vala paldo org
http://www.paldo.org/mailman/listinfo/vala
--pancake
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]