Basic information about a plugin available to Geany without loading the plugin. More...
Data Fields | |
| const gchar * | author |
| The author of the plugin. | |
| const gchar * | description |
| The description of the plugin. | |
| const gchar * | name |
| The name of the plugin. | |
| const gchar * | version |
| The version of the plugin. | |
Basic information about a plugin available to Geany without loading the plugin.
The fields are set in plugin_set_info(), usually with the PLUGIN_SET_INFO() macro.
| const gchar* PluginInfo::author |
The author of the plugin.
| const gchar* PluginInfo::description |
The description of the plugin.
| const gchar* PluginInfo::name |
The name of the plugin.
| const gchar* PluginInfo::version |
The version of the plugin.
1.7.1