Re: GFile and parse_string
Marko Anastasov <[email protected]>
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <1193936821.6015.4.camel@darkstar> |
On Thu, 2007-11-01 at 13:40 +0100, Alexander Larsson wrote: > On Thu, 2007-11-01 at 13:01 +0100, Marko Anastasov wrote: > > Hi, > > What is parse_string and is it perhaps an UTF-8 string? > > I guess you mean parse_name? Eh, yes. > It is a utf8-guaranteed "nice" string that can both be resolved to a > GFile (via g_file_parse_name) and put in e.g. a GtkEntry. > > In practice, it is either a utf8-only absolute filename (if it starts > with a /), or an IRI (i.e. a URI that allows utf8-encoded unicode > chars > instead of escaping them). Ok, thanks. Marko