create_failed_thumbnail


Description:

[ Version ( since = "2.2" ) ]
public void create_failed_thumbnail (string uri, time_t mtime)

Creates a failed thumbnail for the file so that we don't try to re-thumbnail the file later.

Usage of this function is threadsafe and does blocking I/O.

Parameters:

this

a DesktopThumbnailFactory

uri

the uri of a file

mtime

the modification time of the file

cancellable

a GCancellable object, or NULL

Returns:

TRUE if everything went fine; FALSE if there was an error.