Re: Bonobo Menu stuff.




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]