Baloo

fileexcludefilters.h
1 /*
2  This file is part of the KDE Project
3  SPDX-FileCopyrightText: 2008-2010 Sebastian Trueg <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef FILE_EXCLUDE_FILTERS_H_
9 #define FILE_EXCLUDE_FILTERS_H_
10 
11 #include <QStringList>
12 
13 namespace Baloo
14 {
15 /**
16  * \return A list of default exclude filters to be used
17  * in the filewatch service to ignore temporary files
18  * and folders that change a lot and as a basis for the
19  * user configurable exclude filters in the strigi service.
20  */
22 
23 /**
24  * \return The version of the default exclude filter list.
25  * This is increased whenever the list changes.
26  */
28 
29 QStringList defaultExcludeMimetypes();
30 int defaultExcludeMimetypesVersion();
31 
32 QStringList sourceCodeMimeTypes();
33 }
34 
35 #endif
QStringList defaultExcludeFilterList()
int defaultExcludeFilterListVersion()
Implements storage for docIds without any associated data Instantiated for:
Definition: coding.cpp:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 03:56:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.