blob: 10a0651fa4e3f628a33241656580e42bcccf808a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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/' ],
[ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
[ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
[ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ],
]
|