File: urlmap.js

package info (click to toggle)
libmanette 0.2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ansic: 4,854; sh: 63; makefile: 7; xml: 6; javascript: 5
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later

// Copied from GTK

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
]