Added the movie_info_provider layer, to abstract the concrete providers from the...
[maevies] / src / extra_scenes_provider.h
1 /*
2  * extra_scenes_provider.h
3  *
4  * This file is part of maevies
5  * Copyright (C) 2009 Simón Pena <bulfaiter@gmail.com>
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License as
9  * published by the Free Software Foundation; either version 3 of the
10  * License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License for more details.
16  *
17  */
18
19 #ifndef EXTRA_SCENES_PROVIDER_H_
20 #define EXTRA_SCENES_PROVIDER_H_
21
22 #include <hildon/hildon.h>
23
24 gboolean has_stingers(const gchar *movie);
25
26 #endif /* EXTRA_SCENES_PROVIDER_H_ */