X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcache_maint.h;h=d839496b8c0e8dbbea473ecb1d0ec4c86adf7427;hb=63a96f8504a2773d03bd8956c17eb6bb09a706c7;hp=7ae0692438694151905b8ace20583b5f89edaa6e;hpb=0cd8f42464c6e1e152f1bb9e79b1144f4529b4d1;p=geeqie.git diff --git a/src/cache_maint.h b/src/cache_maint.h index 7ae06924..d839496b 100644 --- a/src/cache_maint.h +++ b/src/cache_maint.h @@ -1,32 +1,34 @@ /* - * Geeqie - * (C) 2004 John Ellis - * Copyright (C) 2008 The Geeqie Team + * Copyright (C) 2004 John Ellis + * Copyright (C) 2008 - 2016 The Geeqie Team * * Author: John Ellis * - * This software is released under the GNU General Public License (GNU GPL). - * Please read the included file COPYING for more information. - * This software comes with no warranty of any kind, use at your own risk! + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - #ifndef CACHE_MAINT_H #define CACHE_MAINT_H -void cache_maintain_home(gint metadata, gint clear, GtkWidget *parent); - -#if 0 -gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear); -gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear); -#endif - +void cache_maintain_home(gboolean metadata, gboolean clear, GtkWidget *parent); void cache_notify_cb(FileData *fd, NotifyType type, gpointer data); - - void cache_manager_show(void); - +void cache_maintain_home_remote(gboolean metadata, gboolean clear); +void cache_manager_standard_process_remote(gboolean clear); +void cache_manager_render_remote(const gchar *path, gboolean recurse, gboolean local); #endif /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */