Differentiate between modules and plugins
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 10 May 2009 19:32:25 +0000 (22:32 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 10 May 2009 19:32:25 +0000 (22:32 +0300)
commit979f081fcabba32f7549beb4118db1a12087ffb7
tree67e2820ac7c09fd8a75165d8658691f90d65d94e
parent42fce5d0917ed0c9932e7fefdf0e1141a1b0cbf7
Differentiate between modules and plugins

Now that modules can load (multiple) plugins dynamically, we really need
to start differentiating between modules and plugins. Most of this
differentiation needs to be only exposed to PluginLoader, rest of the code
just deals with plugins mostly. Another implication is the change in module
interface: function that each module needs to provide is "module_init" rather
than "load_plugin" now.
src/plugins/dvb/rygel-dvb-plugin.vala
src/plugins/external/rygel-external-plugin.vala
src/plugins/folder/rygel-folder-plugin.vala
src/plugins/mediathek/rygel-mediathek-plugin.vala
src/plugins/test/rygel-test-plugin.vala
src/plugins/tracker/rygel-tracker-plugin.vala
src/rygel/rygel-plugin-loader.vala