@liomarhora commented on this pull request.
> +}
+
+
+/* Load module */
+G_MODULE_EXPORT
+void geany_load_module(GeanyPlugin *plugin)
+{
+ /* Setup translation */
+ main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
+
+ /* Set metadata */
+ plugin->info->name = _("Devhelp Plugin");
+ plugin->info->description = _("Adds support for looking up
documentation in Devhelp, manual pages, and "
+ "Google Code Search in the integrated viewer.");
+ plugin->info->version = "1.0";
+ plugin->info->author = "Matthew Brush <[email protected]>";
Updated.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1242#discussion_r1278657012
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1242/review/[email protected]>