| TumblerCacheTumblerCache |  | 
Functions
tumbler_cache_get_default ()
TumblerCache *
tumbler_cache_get_default (void);
 
tumbler_cache_cleanup ()
void
tumbler_cache_cleanup (TumblerCache *cache,
                       const gchar *const *base_uris,
                       gdouble since);
 
tumbler_cache_delete ()
void
tumbler_cache_delete (TumblerCache *cache,
                      const gchar *const *uris);
 
tumbler_cache_copy ()
void
tumbler_cache_copy (TumblerCache *cache,
                    const gchar *const *from_uris,
                    const gchar *const *to_uris);
 
tumbler_cache_move ()
void
tumbler_cache_move (TumblerCache *cache,
                    const gchar *const *from_uris,
                    const gchar *const *to_uris);
 
tumbler_cache_get_flavors ()
GList *
tumbler_cache_get_flavors (TumblerCache *cache);