vote up 0 vote down star

Gnome.Icon and Gnome.ThumbnailFactory both want me to pass in a URI of a file whose icon I want -- I only have a MIME type, which I want to look up an icon for. Is there a GNOME C# API function which will give me what I want? Ideally the prototype would just be:

Gdk.Pixbuf LookupIcon (string mime_type);

flag

1 Answer

vote up 3 vote down

Here's MonoDevelop's code to do this:

MonoDevelop SVN

link|flag
Sorry if I'm being dense, but it appears that this code is looking up icons for particular files, rather than MIME types -- the question was about how to get an icon for a mime type even without a file. – jcs Nov 8 at 21:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.