geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

PluginInfo Struct Reference

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

#include <plugindata.h>

Public Attributes

const gchar * name
 The name of the plugin. More...
 
const gchar * description
 The description of the plugin. More...
 
const gchar * version
 The version of the plugin. More...
 
const gchar * author
 The author of the plugin. More...
 

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.

Definition at line 94 of file plugindata.h.

Member Data Documentation

◆ author

const gchar* PluginInfo::author

The author of the plugin.

Definition at line 103 of file plugindata.h.

Referenced by demoproxy_load(), demoproxy_unload(), geany_load_module(), pm_tree_filter_func(), and pm_treeview_query_tooltip().

◆ description

const gchar* PluginInfo::description

◆ name

◆ version

const gchar* PluginInfo::version

The version of the plugin.

Definition at line 101 of file plugindata.h.

Referenced by demoproxy_load(), demoproxy_unload(), geany_load_module(), and pm_treeview_query_tooltip().


The documentation for this struct was generated from the following file: