@techee commented on this pull request.


In src/pluginextension.h:

> +
+#ifndef GEANY_PLUGIN_EXTENSION_H
+#define GEANY_PLUGIN_EXTENSION_H 1
+
+#include "document.h"
+
+
+G_BEGIN_DECLS
+
+/**
+ * Structure serving as an interface between plugins and Geany allowing
+ * plugins inform Geany about what features they provide and allowing
+ * Geany to delegate its functionality to the plugins.
+ * 
+ * Plugins should allocate this structure on the heap - either statically,
+ * or dynamically. When allocated dynamically, plugins should always

I dropped the part here and used the wording Colomban suggested in the _register() function.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3849/review/2139872248@github.com>