Home | History | Annotate | only in /external/chromium/base/third_party/xdg_mime
Up to higher level directory
NameDateSize
compile.patch19-Dec-2010458
README19-Dec-2010478
README.chromium19-Dec-2010361
xdgmime.c19-Dec-201020.4K
xdgmime.h19-Dec-20105.7K
xdgmimealias.c19-Dec-20103.9K
xdgmimealias.h19-Dec-20102.1K
xdgmimecache.c19-Dec-201022.5K
xdgmimecache.h19-Dec-20104.1K
xdgmimeglob.c19-Dec-201013K
xdgmimeglob.h19-Dec-20102.7K
xdgmimeicon.c19-Dec-20103.7K
xdgmimeicon.h19-Dec-20101.9K
xdgmimeint.c19-Dec-20104.2K
xdgmimeint.h19-Dec-20102.8K
xdgmimemagic.c19-Dec-201018.2K
xdgmimemagic.h19-Dec-20102.4K
xdgmimeparent.c19-Dec-20104.7K
xdgmimeparent.h19-Dec-20102.1K

README

      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 

README.chromium

      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