gplugin/gplugin

Split plugin row closure functions into a separate file

20 months ago, Elliott Sales de Andrade
2ab8afb6e8be
Split plugin row closure functions into a separate file

This will enable re-using them for the plugin page.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/1839/
// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later
// A map between namespaces and base URLs for their online documentation
baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'Gtk3', 'https://docs.gtk.org/gtk3/' ],
]