Added an example to test the WATC module. It lets you query whatsafterthecredits...
authorspenap <bulfaiter@gmail.com>
Wed, 18 Nov 2009 19:50:34 +0000 (19:50 +0000)
committerspenap <bulfaiter@gmail.com>
Wed, 18 Nov 2009 19:50:34 +0000 (19:50 +0000)
commit38b345c6dcb3d8a0aa56688b97e68867adda4144
tree56af4853b72d777b6d5fc80cf4840fd24f71bb8a
parentf2f67b751aa2cc1ec5c59648763eab3469c738a6
Added an example to test the WATC module. It lets you query whatsafterthecredits.com, and checks if a movie has extra scenes or not. It returns a
GSList of pairs (movie, boolean).
The provider files are modified, too, to allow for disposing the result list and the struct, and for printing the results.
The extra_scenes_provider (acting like a facade), is now ready to understand watc results.

git-svn-id: file:///svnroot/maevies/trunk@15 a96798e0-47ce-444a-94a4-1d14e63744fc
examples/Makefile
examples/test_watc.c [new file with mode: 0644]
src/extra_scenes_provider.c
src/watc_provider.c
src/watc_provider.h