| 41121:85ddac53ef14 | 41122:f29fa0dda4bf |
|---|---|
| 1 // SPDX-FileCopyrightText: 2021 GNOME Foundation | |
| 2 // SPDX-License-Identifier: LGPL-2.1-or-later | |
| 3 | |
| 4 // A map between namespaces and base URLs for their online documentation | |
| 5 baseURLs = [ | |
| 6 [ 'GLib', 'https://docs.gtk.org/glib/' ], | |
| 7 [ 'GObject', 'https://docs.gtk.org/gobject/' ], | |
| 8 [ 'GModule', 'https://docs.gtk.org/gmodule/' ], | |
| 9 [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], | |
| 10 ] |