summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-cache.h
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-27 18:13:34 +0100
committerJannis Pohlmann <jannis@xfce.org>2009-10-27 18:13:34 +0100
commitcc05eb7d3cb2292eb959099b47f8cd8a23ca298b (patch)
treed17f1992585768f14202b6957a57e4d2d5e5f698 /tumbler/tumbler-cache.h
parent0cd669f2d9236c4ac2ca41aa7bc13958a0a5cb6b (diff)
downloadtumbler-cc05eb7d3cb2292eb959099b47f8cd8a23ca298b.tar.gz
Rename the delete member of TumblerCache to do_delete (for C++).
Diffstat (limited to 'tumbler/tumbler-cache.h')
-rw-r--r--tumbler/tumbler-cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tumbler/tumbler-cache.h b/tumbler/tumbler-cache.h
index 49f18ff..d8c447e 100644
--- a/tumbler/tumbler-cache.h
+++ b/tumbler/tumbler-cache.h
@@ -51,7 +51,7 @@ struct _TumblerCacheIface
void (*cleanup) (TumblerCache *cache,
const gchar *uri,
guint64 since);
- void (*delete) (TumblerCache *cache,
+ void (*do_delete) (TumblerCache *cache,
const GStrv uris);
void (*copy) (TumblerCache *cache,
const GStrv from_uris,