00001 #ifndef __FILEMODEL_H__ 00002 #define __FILEMODEL_H__ 00003 00004 /** 00005 * File Name : index.h 00006 * 00007 */ 00008 00009 /* 00010 * This file is part of ctb. 00011 * 00012 * ctb is free software: you can redistribute it and/or modify 00013 * it under the terms of the GNU General Public License as published by 00014 * the Free Software Foundation, either version 2 of the License, or 00015 * (at your option) any later version. 00016 * 00017 * ctb is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00024 */ 00025 00026 /** 00027 * Copyright (C) 2009 iRex Technologies B.V. 00028 * All rights reserved. 00029 */ 00030 00031 #include <glib.h> 00032 00033 G_BEGIN_DECLS 00034 00035 gboolean index_full(gchar *dir, gboolean skip_thumbnails); 00036 00037 typedef unsigned long long u_int64_t; 00038 u_int64_t getCurrentTime(); 00039 00040 void store_metadata_ready(); 00041 00042 G_END_DECLS 00043 00044 #endif