Re: g_strsplit
- From: Matthias Clasen <mclasen redhat com>
- To: The Saltydog <thesaltydog gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: g_strsplit
- Date: Wed, 05 Oct 2005 10:32:43 -0400
On Wed, 2005-10-05 at 16:29 +0200, The Saltydog wrote:
This is more related to Glib than to gtk+, but I wonder if anyone can help.
I have an array of strings, created with g_strsplit() function. Then I
need to add another array, also created with the same function, or
some single string.. Is there a shortcut to accomplish this, or should
I play with re-alloc, growing the array by myself? (scared !!)
If you are already scared by that, then maybe C is not the right
language for you ? How about using e.g python ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]