Syntax
struct PluginDescription;
Description
is a handle for one specific plugin shared object.
If there are multiple mimetypes and/or extensions, multiple
PluginDescription objects will be created.
Field Summary
|
PluginName |
contains the plugin name (usually the shared object file name).
|
|
Mimetype |
contains one mimetype for which this plugin should be registered.
|
|
Extension |
contains the file extension for files of this type.
|
|
Description |
contains a text description of the plugin.
|
|
Field Details
|
|
Syntax
string PluginName;
Description
contains the plugin name (usually the shared object file name).
Syntax
string Mimetype;
Description
contains one mimetype for which this plugin should be registered.
Syntax
string Extension;
Description
contains the file extension for files of this type.
Syntax
string Description;
Description
contains a text description of the plugin.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.