Geany dev
Data Fields
PluginInfo Struct Reference

Basic information about a plugin available to Geany without loading the plugin. More...

#include <plugindata.h>

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.
 

Detailed Description

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.