Re: [Vala] GSL Binding updated!!!
- From: "Matías De la Puente" <mfpuente ar gmail com>
- To: "Martin (OPENGeoMap)" <martin opengeomap org>
- Cc: vala-list gnome org
- Subject: Re: [Vala] GSL Binding updated!!!
- Date: Fri, 13 Jun 2008 19:58:35 -0300
2008/6/13 Martin (OPENGeoMap) <
martin opengeomap org>:
hello matias:
great. We don´t need free pointers now hehe.
+ use of [Compact] attibute in all the objects
???
I am not sure what is the function of this, but if not used it in objects the cast does'n work. Example
Without [Compact]:
samplefunction ( (Vector)a ); // in vala
samplefunction ( GSL_VECTOR (a) ); // in C
With [Compact]:
samplefunction ( (Vector)a ); // in vala
samplefunction ( (gsl_vector*)(a) ); // in C
Could someone add this binding to the vala repositories? thanks!
Perhaps it´s time to think in a own VALA repository like ruby
(ruby-forge) or perl (CPAN).
I think it´s important differenciate between VALA core (gtk, glib, etc)
and external libraries what can be infinite.
I agree
I will take a look.....
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]