gplugin/gplugin

A whole bunch of convey cleanups

2021-09-05, Gary Kramlich
683a9c8cda20
A whole bunch of convey cleanups

Testing Done:
Ran all of the plans (I think)

Reviewed at https://reviews.imfreedom.org/r/910/
// 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/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
]