16 Mar
2004
16 Mar
'04
8:10 p.m.
On Tue, 16 Mar 2004, Ted Gould wrote:
I was looking through the new fileselector code and found a couple of issues that I think should be worked out. Namely, with the inclusion of input and output formats that are done through extensions.
So, I'm proposing this:
GSList * Inkscape::Extension::get_input_list (void);
This will return a list of items that are:
gchar * name gchar * extension gchar * key
And then the GUI code can do what ever it wants with them, so long as it returns the key when it finishes (along with the filename ;)
Can you also return the mimetype?
Bryce