Convert Google plugin into a D-Bus service
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 1 Feb 2010 19:45:31 +0000 (20:45 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 14 Jul 2010 21:33:56 +0000 (23:33 +0200)
commit691d0d71efa25af00773285d3eca0845b8734168
tree2b68e4cc9385a250271a34c82b32c0e4bb818786
parente912efc066a24e191a52f78f20552c2251187768
Convert Google plugin into a D-Bus service

This will serve as template for other backend services, like MoviePilot or
TheMovieDB.
The backend serves movies to the plugin as JSON objects over D-Bus.
Location configuration is stored in GConf instead of a custom GKeyFile.
Makefile.am
configure.ac
data/org.maemo.cinaest.GoogleShowtimes.service.in [new file with mode: 0644]
debian/cinaest-plugin-google.install
src/backends/google/google-backend.vala [new file with mode: 0644]
src/backends/google/google-parser.vala [new file with mode: 0644]
src/plugins/google-parser.vala [deleted file]
src/plugins/google-plugin.vala