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
![]() ![]() |
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... | |
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.
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().
const gchar* PluginInfo::description |
The description of the plugin.
Definition at line 99 of file plugindata.h.
Referenced by demoproxy_load(), demoproxy_unload(), geany_load_module(), pm_tree_filter_func(), pm_treeview_query_tooltip(), and pm_treeview_text_cell_data_func().
const gchar* PluginInfo::name |
The name of the plugin.
Definition at line 97 of file plugindata.h.
Referenced by cmp_plugin_names(), configure_plugins(), create_pref_page(), demoproxy_load(), demoproxy_unload(), geany_load_module(), geany_plugin_register(), geany_plugin_register_proxy(), is_plugin(), item_activate(), plugin_get_document_data(), plugin_load(), plugin_new(), plugin_set_document_data_full(), pm_on_plugin_button_clicked(), pm_tree_filter_func(), pm_tree_sort_func(), pm_treeview_query_tooltip(), pm_treeview_text_cell_data_func(), proxy_help(), read_key_group(), register_legacy_plugin(), remove_doc_data(), and gen-api-gtkdoc.DoxyElement::to_gtkdoc().
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().