From 9c2f482d715f311b462734aabff1a30801927b57 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 25 Jun 2009 14:32:46 +0200 Subject: Add tumbler_thumbnail_save_file() to save thumbnails from source files. This is especially useful for plugins that execute external commands such as "convert". They can just let these commands write to a certain file which they then pass to tumbler_thumbnail_save_file() to make sure it's stored in a way the corresponding cache plugin supports. It is an alternative to tumbler_thumbnail_save_pixbuf(). --- docs/reference/tumbler/tumbler-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/tumbler/tumbler-sections.txt b/docs/reference/tumbler/tumbler-sections.txt index ce8828f..38142b6 100644 --- a/docs/reference/tumbler/tumbler-sections.txt +++ b/docs/reference/tumbler/tumbler-sections.txt @@ -36,6 +36,7 @@ TumblerThumbnailIface tumbler_thumbnail_load tumbler_thumbnail_needs_update tumbler_thumbnail_save_pixbuf +tumbler_thumbnail_save_file tumbler_thumbnail_get_cache tumbler_thumbnail_get_flavor tumbler_thumbnail_get_flavors -- cgit v1.2.1