Add movie object and movie list store
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 30 Oct 2009 19:06:36 +0000 (20:06 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 30 Oct 2009 20:07:12 +0000 (21:07 +0100)
commitded1a5bcb7f68a3366d0aa9ed7cee3a4560d4812
tree6cfdf9c5e82505332587df1499c60085484acc0d
parent8d64edafb7b3b59ad97e557e9db0d901d42755a6
Add movie object and movie list store

The movie object directly contains title, year, rating and genre information.
It is is stored in a movie list store which serves as backend for the
movie list view.
Makefile
src/movie-list-store.vala [new file with mode: 0644]
src/movie-list-view.vala
src/movie.vala [new file with mode: 0644]