Blame src/tracker-sched.h

Packit f01ec2
/*
Packit f01ec2
 * Copyright (C) 2011, Nokia <ivan.frade@nokia.com>
Packit f01ec2
 *
Packit f01ec2
 * This library is free software; you can redistribute it and/or
Packit f01ec2
 * modify it under the terms of the GNU Lesser General Public
Packit f01ec2
 * License as published by the Free Software Foundation; either
Packit f01ec2
 * version 2.1 of the License, or (at your option) any later version.
Packit f01ec2
 *
Packit f01ec2
 * This library is distributed in the hope that it will be useful,
Packit f01ec2
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit f01ec2
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit f01ec2
 * Lesser General Public License for more details.
Packit f01ec2
 *
Packit f01ec2
 * You should have received a copy of the GNU Lesser General Public
Packit f01ec2
 * License along with this library; if not, write to the
Packit f01ec2
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit f01ec2
 * Boston, MA  02110-1301, USA.
Packit f01ec2
 */
Packit f01ec2
Packit f01ec2
#ifndef __LIBTRACKER_COMMON_SCHED_H__
Packit f01ec2
#define __LIBTRACKER_COMMON_SCHED_H__
Packit f01ec2
Packit f01ec2
#include <glib.h>
Packit f01ec2
Packit f01ec2
G_BEGIN_DECLS
Packit f01ec2
Packit f01ec2
gboolean tracker_sched_idle (void);
Packit f01ec2
Packit f01ec2
G_END_DECLS
Packit f01ec2
Packit f01ec2
#endif /* __LIBTRACKER_COMMON_SCHED_H__ */