Re: [Vala] Starting with Vala, problems with strings



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 *    (immutable)
StringBuilder = GString    (mutable)


Regards,

Frederik



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]