~rozzin/gloobus/autotools

« back to all changes in this revision

Viewing changes to Plugin-dev/iMpg/iVideo.h

  • Committer: Joshua Judson Rosen
  • Date: 2008-11-08 05:45:06 UTC
  • Revision ID: rozzin@geekspace.com-20081108054506-g3esx93hafyf1ig2
Merged Gloobus-Preview/pluginManager's API into top-level 
pluginManager API; converted the old search_plugin_for_file() to a 
temporary backward-compatibility wrapper for search_for_plugin().

Ported the Gloobus browser and browser-plugins to the new (intermediate) 
GNOME-based type-lookup API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                        //TODO: Add here the mime filetypes that plugin supports
84
84
                        //plugin_filetype itself = {PLUGIN_NAME,EXTENSION,PRIORITY}
85
85
                        
86
 
                        plugin_filetype itself = { PLUGIN_NAME, "video/mpeg",1};                // Initial filetype
 
86
                        plugin_filetype itself = { PLUGIN_NAME, "video/mpeg", "video", 1};              // Initial filetype
87
87
 
88
88
                        factory[itself.name] = create;              // Register the plugin
89
89
                        factoryDestroy[itself.name] = destroy;  // Function for destroy this plugin class