DesktopThumbnailFactory
Object Hierarchy:
Description:
[
CCode ( type_id =
"gnome_desktop_thumbnail_factory_get_type ()" ) ]
public class DesktopThumbnailFactory :
Object
Content:
Creation methods:
Methods:
- public bool can_thumbnail (string uri, string mime_type, time_t mtime)
Returns TRUE if this GnomeDesktopThumbnailFactory can (at least try)
to thumbnail this file.
- 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.
- public async void create_failed_thumbnail_async (string uri, time_t original_mtime, Cancellable? cancellable) throws Error
- public Pixbuf generate_thumbnail (string uri, string mime_type)
Tries to generate a thumbnail for the specified file.
- public async Pixbuf generate_thumbnail_async (string uri, string mime_type, Cancellable? cancellable) throws Error
- public bool has_valid_failed_thumbnail (string uri, time_t mtime)
Tries to locate an failed thumbnail for the file specified.
- public string lookup (string uri, time_t mtime)
Tries to locate an existing thumbnail for the file specified.
- public void save_thumbnail (Pixbuf thumbnail, string uri, time_t original_mtime)
Saves thumbnail at the right place.
- public async void save_thumbnail_async (Pixbuf thumbnail, string uri, time_t original_mtime, Cancellable? cancellable) throws Error
Inherited Members:
All known members inherited from class GLib.Object