[Github-comments] [geany/geany-plugins] Workbench (#598)

Matthew Brush notifications at xxxxx
Fri Aug 18 23:13:42 UTC 2017


codebrainz 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[] = {

Also [straight out of the manual](http://www.geany.org/manual/reference/pluginsignals_8c.html) :)

-- 
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_r134071726
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170818/8a2890f6/attachment.html>


More information about the Github-comments mailing list