On Fri, 2007-10-12 at 11:40 +0200, Geoff Bache wrote:
Ed Mansur wrote:
> It's an internal implementation detail, so your documentation is the
> source - look at gtk/gtkfilechoosersettings.c.
Is there another way users are supposed to edit it then?
no. it should never be used, edited or changed outside of the file
chooser implementation in gtk+. it's an implementation detail, no
guarantees are made on the format, syntax, properties or values.
it should be the same as the bookmarks file - except people started
touching that outside of gtk+ and that made things so much harder for us
if/when we want to change the bookmarks file format.
also, there is no point in touching it: the file will be regenerated as
soon as the user opens or saves a file and changes something.