* add xdgmime from freedesktop.org
authorWilfried Göesgens <willi@citadel.org>
Sat, 9 Feb 2008 14:59:37 +0000 (14:59 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 9 Feb 2008 14:59:37 +0000 (14:59 +0000)
commite815bc2c94a280aabc5780c950ce923ebce0fb04
tree803baf180681ecd8984e03a7ec54ed5bb7dd1da6
parent9a870ffdda8590a7fb6d0d3ebe58f13d3d4ad655
* add xdgmime from freedesktop.org
* tiny wrapper, which bears our own functionality as comment (just in case)
25 files changed:
libcitadel/Makefile.in
libcitadel/configure.in
libcitadel/debian/control
libcitadel/lib/libcitadel.h
libcitadel/lib/mime_parser.c
libcitadel/lib/xdgmime/.cvsignore [new file with mode: 0644]
libcitadel/lib/xdgmime/ChangeLog [new file with mode: 0644]
libcitadel/lib/xdgmime/Makefile [new file with mode: 0644]
libcitadel/lib/xdgmime/README [new file with mode: 0644]
libcitadel/lib/xdgmime/test-mime-data.c [new file with mode: 0644]
libcitadel/lib/xdgmime/test-mime.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmime.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmime.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimealias.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimealias.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimecache.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimecache.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeglob.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeglob.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeint.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeint.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimemagic.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimemagic.h [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeparent.c [new file with mode: 0644]
libcitadel/lib/xdgmime/xdgmimeparent.h [new file with mode: 0644]