Tagged Questions
3
votes
1answer
372 views
How to get the icon for a MIME type?
How to get the icon for a MIME type?
I don't want to use g_file_info_get_icon() because its input parameter is a file, not a MIME type.
My use case:
I have a wrapper file which embeds a media ...