Home | History | Annotate | only in /external/chromium/base/third_party/xdg_mime
Up to higher level directory
NameDateSize
compile.patch15-Nov-2011458
README15-Nov-2011478
README.chromium15-Nov-2011361
xdgmime.c15-Nov-201120.4K
xdgmime.h15-Nov-20115.7K
xdgmimealias.c15-Nov-20113.9K
xdgmimealias.h15-Nov-20112.1K
xdgmimecache.c15-Nov-201122.5K
xdgmimecache.h15-Nov-20114.1K
xdgmimeglob.c15-Nov-201113K
xdgmimeglob.h15-Nov-20112.7K
xdgmimeicon.c15-Nov-20113.7K
xdgmimeicon.h15-Nov-20111.9K
xdgmimeint.c15-Nov-20114.2K
xdgmimeint.h15-Nov-20112.8K
xdgmimemagic.c15-Nov-201118.2K
xdgmimemagic.h15-Nov-20112.4K
xdgmimeparent.c15-Nov-20114.7K
xdgmimeparent.h15-Nov-20112.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