From d1c5102c04a4f2745eb808682e575a4f12faa6e1 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 30 Jan 2010 18:34:40 +0100 Subject: Added option to remove missing files from a directory. --- wallpapers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wallpapers.h') diff --git a/wallpapers.h b/wallpapers.h index 049cba0..d97d6c8 100644 --- a/wallpapers.h +++ b/wallpapers.h @@ -7,6 +7,7 @@ #include "db.h" void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*); +void wallpapers_remove_missing(struct directory_t*, GtkStatusbar*, gboolean); GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*); #endif -- cgit v1.2.3