Blame src/nautilus-search-engine-tracker.h

Packit a189e0
/*
Packit a189e0
 * Copyright (C) 2005 Mr Jamie McCracken
Packit a189e0
 *
Packit a189e0
 * Nautilus is free software; you can redistribute it and/or
Packit a189e0
 * modify it under the terms of the GNU General Public License as
Packit a189e0
 * published by the Free Software Foundation; either version 2 of the
Packit a189e0
 * License, or (at your option) any later version.
Packit a189e0
 *
Packit a189e0
 * Nautilus is distributed in the hope that it will be useful,
Packit a189e0
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a189e0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit a189e0
 * General Public License for more details.
Packit a189e0
 *
Packit a189e0
 * You should have received a copy of the GNU General Public
Packit a189e0
 * License along with this program; see the file COPYING.  If not,
Packit a189e0
 * see <http://www.gnu.org/licenses/>.
Packit a189e0
 *
Packit a189e0
 * Author: Jamie McCracken (jamiemcc@gnome.org)
Packit a189e0
 *
Packit a189e0
 */
Packit a189e0
Packit a189e0
#ifndef NAUTILUS_SEARCH_ENGINE_TRACKER_H
Packit a189e0
#define NAUTILUS_SEARCH_ENGINE_TRACKER_H
Packit a189e0
Packit a189e0
#include "nautilus-search-engine.h"
Packit a189e0
Packit a189e0
#define NAUTILUS_TYPE_SEARCH_ENGINE_TRACKER (nautilus_search_engine_tracker_get_type ())
Packit a189e0
G_DECLARE_FINAL_TYPE (NautilusSearchEngineTracker, nautilus_search_engine_tracker, NAUTILUS, SEARCH_ENGINE_TRACKER, GObject)
Packit a189e0
Packit a189e0
NautilusSearchEngineTracker* nautilus_search_engine_tracker_new (void);
Packit a189e0
Packit a189e0
#endif /* NAUTILUS_SEARCH_ENGINE_TRACKER_H */