LarsGit223 commented on this pull request.


> +/* Cleanup plugin */
+static void plugin_workbench_cleanup(GeanyPlugin *plugin, gpointer pdata)
+{
+       menu_cleanup();
+       sidebar_cleanup();
+}
+
+
+/* Show help */
+static void plugin_workbench_help (GeanyPlugin *plugin, gpointer pdata)
+{
+       utils_open_browser("http://plugins.geany.org/workbench.html";);
+}
+
+
+PluginCallback plugin_workbench_callbacks[] = {

Anyway, the variable name is only referenced in my plugin so it's better static.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134085602

Reply via email to