Geany  dev
geanyfunctions.h File Reference

geany_functions wrappers. More...

Detailed Description

geany_functions wrappers.

This allows the use of normal API function names in plugins by defining macros.

E.g.:

#define plugin_add_toolbar_item \
geany_functions->p_plugin->plugin_add_toolbar_item

You need to declare the geany_functions symbol yourself.

Note: This must be included after all other API headers to prevent conflicts with other header's function prototypes - this is done for you when using geanyplugin.h.