IconThemeCache.isOutdated - multiple declarations

Function IconThemeCache.isOutdated

Test if icon theme file is outdated, i.e. modification time of cache file is older than modification time of icon theme directory.

bool isOutdated() @trusted const;

Throws

FileException on error accessing the file.

Function IconThemeCache.isOutdated

Test if icon theme file is outdated, i.e. modification time of cache file is older than modification time of icon theme directory.

static bool isOutdated (
  string fileName
) @trusted;

This function is static and therefore can be used before actual reading and validating cache file.

Throws

FileException on error accessing the file.