summaryrefslogtreecommitdiff
path: root/src/mimeutils.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-10Update copyrights, and add vim modelinesVincent Untz1-4/+6
2008-04-27Be stricter for the MIME type check. It's actually a bit too strict rightVincent Untz1-0/+32
2008-04-28 Vincent Untz <vuntz@gnome.org> Be stricter for the MIME type check. It's actually a bit too strict right now, see the TODO at the beginning of mimeutils.c to know how to improve things a bit. * src/Makefile.am: * src/mimeutils.[ch]: add new files * src/update-desktop-database.c: (process_desktop_file): use the improved mu_mime_type_is_valid() function instead of is_valid_mime_type() * src/validate.c: (handle_mime_key): use the improved mu_mime_type_is_valid() function instead of a trivial check