|
OpenCPN Partial API docs
|
Hardcoded representation of a blocked plugin. More...
Public Attributes | |
| const char * | name |
| int | version_major |
| Official plugin name as of GetCommonName(). | |
| int | version_minor |
| bool | hard |
| const char * | message |
| If true, unconditional hard block; else load plugin with a warning. More... | |
Hardcoded representation of a blocked plugin.
Definition at line 53 of file plugin_blacklist.cpp.
| const char* config_block::message |
If true, unconditional hard block; else load plugin with a warning.
Definition at line 59 of file plugin_blacklist.cpp.