@techee commented on this pull request.


> +
+#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 or view it on GitHub:
https://github.com/geany/geany/pull/3849#discussion_r1653577417
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3849/review/2139872...@github.com>

Reply via email to