@elextr commented on this pull request.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */ + +#ifndef GEANY_PLUGIN_EXTENSION_H +#define GEANY_PLUGIN_EXTENSION_H 1 + +#include "document.h" + +/* Temporary define so the plugin can check whether it's compiled against + * Geany with plugin extension support or not */ +#define HAVE_GEANY_PLUGIN_EXTENSION 1 + +G_BEGIN_DECLS + + +typedef struct {
@elextr is reserving his scream for later :smiling_imp: