Add an example server plugin
authorMurray Cumming <murrayc@murrayc.com>
Fri, 19 Oct 2012 11:44:37 +0000 (13:44 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 22 Oct 2012 10:42:41 +0000 (12:42 +0200)
commit53afa65e0193da0ee79e8f5b0b973b47cf13e2f8
treecbad050cd334366436708800c1e87125f7a11459
parent51f60a45971b9b4a03a997b5e3f33cc912c49601
Add an example server plugin

* configure.ac: Add an --enable-example-plugins option.
* autogen.sh: Add --enable-example-plugins
* examples/: Add an example server plugin implemented in Vala.
* src/librygel-core/rygel-plugin.vala:
* src/librygel-core/rygel-plugin.vala: Document the name, title,
  and description parameters used by the example.
autogen.sh
configure.ac
data/rygel.conf
examples/Makefile.am
examples/server-plugins/Makefile.am [new file with mode: 0644]
examples/server-plugins/vala/Makefile.am [new file with mode: 0644]
examples/server-plugins/vala/example-root-container.vala [new file with mode: 0644]
examples/server-plugins/vala/example-server-plugin.vala [new file with mode: 0644]
src/librygel-core/rygel-plugin.vala
src/librygel-renderer/rygel-media-renderer-plugin.vala
src/librygel-server/rygel-media-server-plugin.vala