Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
compile.patch | 15-Nov-2011 | 458 | |
README | 15-Nov-2011 | 478 | |
README.chromium | 15-Nov-2011 | 361 | |
xdgmime.c | 15-Nov-2011 | 20.4K | |
xdgmime.h | 15-Nov-2011 | 5.7K | |
xdgmimealias.c | 15-Nov-2011 | 3.9K | |
xdgmimealias.h | 15-Nov-2011 | 2.1K | |
xdgmimecache.c | 15-Nov-2011 | 22.5K | |
xdgmimecache.h | 15-Nov-2011 | 4.1K | |
xdgmimeglob.c | 15-Nov-2011 | 13K | |
xdgmimeglob.h | 15-Nov-2011 | 2.7K | |
xdgmimeicon.c | 15-Nov-2011 | 3.7K | |
xdgmimeicon.h | 15-Nov-2011 | 1.9K | |
xdgmimeint.c | 15-Nov-2011 | 4.2K | |
xdgmimeint.h | 15-Nov-2011 | 2.8K | |
xdgmimemagic.c | 15-Nov-2011 | 18.2K | |
xdgmimemagic.h | 15-Nov-2011 | 2.4K | |
xdgmimeparent.c | 15-Nov-2011 | 4.7K | |
xdgmimeparent.h | 15-Nov-2011 | 2.1K |
1 This module is a simple module that parses the proposed MIME spec listed 2 at http://freedesktop.org/. It is currently targetted at version 0.12. 3 There are no formal releases planned for this module, and it is not 4 intended to be installed at this time. Rather, it is meant to be used 5 by other libraries or applications to add support for the MIME system. 6 7 It is dual-licensed under the terms of the GNU Lesser General Public 8 License, and the Academic Free License, version 2.0. 9
1 The original code of this module is at: 2 http://webcvs.freedesktop.org/mime/xdgmime/ 3 4 The code in this directory is synced from: 5 http://svn.gnome.org/svn/glib/trunk/gio/xdgmime/ 6 @ r7784 on 2009/05/11. 7 This version contains some bugfixes to the original code. 8 9 In addition, we have the following patch(es): 10 - compile.patch: small tweaks to make the code compile. 11