Package: gio

Function gio:content-type-mime-dirs

Lambda List

gio:content-type-mime-dirs ()

Syntax

(g:content-type-mime-dirs) => dirs
(setf (g:content-type-mime-dirs) dirs)

Arguments

dirs -- a list of directories to load MIME data from, including any file/ subdirectory, and with the first directory to try first

Details

Gets or sets the list of directories which MIME data is loaded from. This function is intended to be used when writing tests that depend on information stored in the MIME database, in order to control the data.
2026-01-01