On Wed, Aug 20, 2008 at 9:10 PM, Yu Feng
<rainwoodman gmail com> wrote:
Dear Devs,
Is there any particular reason that GLib doesn't provide a ref-counted
string and a ref-counted array type? Lacking them in GLib makes the VALA
language a real pain.
I don't really see your point, strings in vala are immutable, so there is no real point in having them shared across objects.