![]() |
![]() |
![]() |
tumbler Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites |
TumblerCache; TumblerCacheIface; TumblerCache * tumbler_cache_get_default (void); TumblerThumbnail * tumbler_cache_get_thumbnail (TumblerCache *cache, const gchar *uri, TumblerThumbnailFlavor *flavor); void tumbler_cache_cleanup (TumblerCache *cache, const gchar *uri_prefix, guint64 since); void tumbler_cache_delete (TumblerCache *cache, const GStrv uris); void tumbler_cache_copy (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris); void tumbler_cache_move (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris); gboolean tumbler_cache_is_thumbnail (TumblerCache *cache, const gchar *uri); GList * tumbler_cache_get_flavors (TumblerCache *cache); TumblerThumbnailFlavor * tumbler_cache_get_flavor (TumblerCache *cache, const gchar *name);
typedef struct { GTypeInterface __parent__; /* signals */ /* virtual methods */ TumblerThumbnail *(*get_thumbnail) (TumblerCache *cache, const gchar *uri, TumblerThumbnailFlavor *flavor); void (*cleanup) (TumblerCache *cache, const gchar *uri, guint64 since); void (*do_delete) (TumblerCache *cache, const GStrv uris); void (*copy) (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris); void (*move) (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris); gboolean (*is_thumbnail) (TumblerCache *cache, const gchar *uri); GList *(*get_flavors) (TumblerCache *cache); } TumblerCacheIface;
TumblerThumbnail * tumbler_cache_get_thumbnail (TumblerCache *cache, const gchar *uri, TumblerThumbnailFlavor *flavor);
|
|
|
|
|
|
Returns : |
void tumbler_cache_cleanup (TumblerCache *cache, const gchar *uri_prefix, guint64 since);
|
|
|
|
|
void tumbler_cache_delete (TumblerCache *cache, const GStrv uris);
|
|
|
void tumbler_cache_copy (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris);
|
|
|
|
|
void tumbler_cache_move (TumblerCache *cache, const GStrv from_uris, const GStrv to_uris);
|
|
|
|
|
gboolean tumbler_cache_is_thumbnail (TumblerCache *cache, const gchar *uri);
|
|
|
|
Returns : |
GList * tumbler_cache_get_flavors (TumblerCache *cache);
|
|
Returns : |
TumblerThumbnailFlavor * tumbler_cache_get_flavor (TumblerCache *cache, const gchar *name);
|
|
|
|
Returns : |