mimeAppsListFiles - multiple declarations

Function mimeAppsListFiles

Create MimeAppsListFile objects for paths.

MimeAppsListFile[] mimeAppsListFiles (
  const(string)[] paths
) nothrow @trusted;

Returns

Array of MimeAppsListFile objects read from paths. If some could not be read it's not included in the results.

Example

assert(mimeAppsListFiles(["test/applications/mimeapps.list"]).length == 1);

Function mimeAppsListFiles

ditto, but automatically read MimeAppsListFile objects from determined system paths.

MimeAppsListFile[] mimeAppsListFiles() nothrow @safe;

This function is Freedesktop only.