Added the movie_info_provider layer, to abstract the concrete providers from the...
authorspenap <bulfaiter@gmail.com>
Sat, 14 Nov 2009 23:49:31 +0000 (23:49 +0000)
committerspenap <bulfaiter@gmail.com>
Sat, 14 Nov 2009 23:49:31 +0000 (23:49 +0000)
commitc6d4f7764a677f48c439dc2d829e9b61e18c555b
treee1eff4e1861fb9593d4294085a9518a5620352df
parentb771798e893986c83f6f884a95040d6174e61602
Added the movie_info_provider layer, to abstract the concrete providers from the core of the app.TheMovieDB api is being worked out

git-svn-id: file:///svnroot/maevies/trunk@12 a96798e0-47ce-444a-94a4-1d14e63744fc
Makefile.am
configure.ac
src/maevies_movie.c
src/movie_info_provider.c [new file with mode: 0644]
src/movie_info_provider.h [new file with mode: 0644]
src/tmdb_movie.c [new file with mode: 0644]
src/tmdb_movie.h [new file with mode: 0644]
src/watc_provider.h