Re: Bonobo Menu stuff.
- From: Nat Friedman <nat nat org>
- To: Miguel de Icaza <miguel gnu org>
- Cc: gnome-components-list gnome org
- Subject: Re: Bonobo Menu stuff.
- Date: 28 Jun 1999 18:02:41 -0400
Miguel de Icaza <miguel@gnu.org> wrote:
>
> > Miguel suggests that I use a GList instead of a delimited
> > string. I prefer the string. Maybe Mig can explain why he prefers a
> > GList?
>
> because choosing a character separator will basically stop people from
> using that character. Mhm, unless we do escaping of characters.
Escaping characters means either that:
a. we have to insist that the developer perform the
escaping himself.
b. we have to insist that the developer always build a
path string using some provided helper function
which performs the escaping for him.
So right now I am leaning towards using a GList, as you suggested.
Nat
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]