Baloo

fileexcludefilters.h
1/*
2 This file is part of the KDE Project
3 SPDX-FileCopyrightText: 2008-2010 Sebastian Trueg <trueg@kde.org>
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
13namespace 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
29QStringList defaultExcludeMimetypes();
30int defaultExcludeMimetypesVersion();
31
32QStringList sourceCodeMimeTypes();
33}
34
35#endif
Implements storage for docIds without any associated data Instantiated for:
Definition coding.cpp:11
int defaultExcludeFilterListVersion()
QStringList defaultExcludeFilterList()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.