Geany
dev
|
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.