Function: xdg-thumb-name

xdg-thumb-name is a byte-compiled function defined in xdg.el.gz.

Signature

(xdg-thumb-name FILENAME)

Documentation

Return the appropriate thumbnail filename for FILENAME.

Source Code

;; Defined in /usr/src/emacs/lisp/xdg.el.gz
(defun xdg-thumb-name (filename)
  "Return the appropriate thumbnail filename for FILENAME."
  (concat (md5 (xdg-thumb-uri filename)) ".png"))