summaryrefslogtreecommitdiff
path: root/libmediaart/cache.h
Commit message (Collapse)AuthorAgeFilesLines
* extract, cache: Remove all .mediaartlocal usesremove-mediaartlocalMartyn Russell2014-10-171-6/+2
| | | | | | | This is deemed quite useless now and we should not be littering the file system with .mediaartlocal directories everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=722795
* cache: Added media_art_remove_async() and _finish()Martyn Russell2014-10-171-2/+13
| | | | | | | | Part of this API changes makes the media_art_get_{path|file}() APIs not do i/o operations like creating the cache directory. This is now done in media_art_process_new(). https://bugzilla.gnome.org/show_bug.cgi?id=724879
* cache: Make the documentation for media_art_get_path() and _get_file() clearerMartyn Russell2014-08-151-3/+3
| | | | | | | Also added some checks into the API and a return value to know if the function was successful. https://bugzilla.gnome.org/show_bug.cgi?id=734837
* cache: Add media_art_get_file()Carlos Garnacho2013-10-071-0/+8
| | | | | | | This call is similar to media_art_get_path(), but using GFiles for in/out path parameters. This older function now internally uses the just added one, so internally operations happen on GFiles.
* libmediaart: Merged utils.[ch] into cache.[ch]Martyn Russell2013-08-151-3/+11
|
* libmediaart: Removed queue.[ch] and created cache.[ch] more aptly namedMartyn Russell2013-08-151-0/+37