Data Fields | |
char * | keyword |
char * | label |
char * | tooltip |
char * | mime_type |
char * | extension |
Although export modules can be accessed by a static keyword (see vbi_export_new()) they are by definition opaque. The client can list export modules for the user and manipulate them without knowing about their availability or purpose. To do so, information about the module is necessary, given in this structure.
You can obtain this information with vbi_export_info_enum().
|
Unique (within this library) keyword to identify this export module. Can be stored in configuration files. |
|
Name of the export module to be shown to the user. Can be |
|
A brief description (or |
|
Description of the export format as MIME type, for example "text/html". May be |
|
Suggested filename extension. Multiple strings are possible, separated by comma. The first string is preferred. Example: "html,htm". May be |