On Fri, Jun 24, 2011 at 01:39:29AM +0300, Jeremiah Shaulov wrote:
> Hello
>
> I didn't find GMP vapi anywhere. If i implement it partially (100% mpz,
> 100% mpf, and a few of other stuff) does anybody interested in my
> implementation? And how could i share my work?
http://live.gnome.org/Vala/Ex
Hello
I didn't find GMP vapi anywhere. If i implement it partially (100% mpz,
100% mpf, and a few of other stuff) does anybody interested in my
implementation? And how could i share my work?
Regards
___
vala-list mailing list
vala-list@gnome.org
http:
Hi,
I'm currently trying to build GI files for libmpdclient, but
vala-gen-introspect seems to be confused about enums and structs when
they're not typedef'd, i.e.:
enum foo { BAZ, BAR };
instead of:
typedef enum { BAZ, BAR } foo;
The resulting problem is that those enum's seem to
Should be open a bug for this? Any other comment on this topic?
On 18/06/2011, at 19:59, pancake wrote:
> Lambdas are anonymous functions. Why not do the same for structs?
>
> On 18/06/2011, at 19:29, Luca Bruno wrote:
>
>> On Sat, Jun 18, 2011 at 11:30:49AM +0200, pancake wrote:
>>> This is
http://stackoverflow.com/questions/1814922/what-does-this-mean-in-pascal
1. more implicit access : C's ->
http://live.gnome.org/action/diff/Vala/Tutorial?action=diff&rev1=214&rev2=215#line-1652
2. more explicit argument passing
go usage case:
https://bitbucket.org/rj/golang-javascriptcore/src/46d