Hi again.
I am still having troubles with things that i should easily do in C.
Maybe because i have never programmed in C#, or mono or anything like
it.
In my test code i want to split a math sentence in terms, like the
next string example:
"(2+a)*d+(a*b-3)-4-q/2"
My function split_in_terms, is a
2009/4/20 Michael 'Mickey' Lauer :
> It was discussed on this very list few days ago.
>
> http://mail.gnome.org/archives/vala-list/2009-April/msg00097.html
/me is guilty of not reading all threads
Thanks!
-mt
___
Vala-list mailing list
Vala-list@gnome.
On Monday 20 April 2009 18:54:51 Michael Terry wrote:
> 2009/4/20 Jürg Billeter :
> > * Introduce new syntax to connect/disconnect signal handlers.
>
> Can you expound on that? I didn't see anything new in the wiki tutorial.
It was discussed on this very list few days ago.
http://mail.gnome.org
2009/4/20 Jan Niklas Hasse :
> How can I let valac 0.7 create a .vapi file (like it is described here:
You're trying to create a library used by other Vala code? You
probably want the --library argument.
-mt
___
Vala-list mailing list
Vala-list@gnome.o
2009/4/20 Jürg Billeter :
> * Introduce new syntax to connect/disconnect signal handlers.
Can you expound on that? I didn't see anything new in the wiki tutorial.
-mt
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinf
I've got a question, sorry if it has already been answered or the
answer is obvious: How can I let valac 0.7 create a .vapi file (like
it is described here:
http://live.gnome.org/Vala/Tutorial#head-4b087370837491f65c097e895868d22677bde803
) ?
___
Vala-lis
We are pleased to announce version 0.7.1 of Vala, a compiler for the
GObject type system.
Vala 0.7.1 is now available for download at:
http://download.gnome.org/sources/vala/0.7/
Changes since 0.7.0
* Introduce new syntax to connect/disconnect signal handlers.
* Add experimental support for
On Sun, 2009-04-19 at 23:33 +0200, Frederik wrote:
> Diego Jacobi wrote:
> > Why isnt string = GString ?
> > Also i am courius why is it called StringBuilder? It sound like "not a
> > GString".
>
> In order to resemble C# and Java which both have [s|S]tring and
> StringBuilder.
>
> string = char