File: urlmap.js

package info (click to toggle)
libshumate 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,812 kB
  • sloc: ansic: 21,772; xml: 38; makefile: 18; javascript: 10
file content (17 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 = [
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'Gdk', 'https://docs.gtk.org/gdk4/' ],
    [ 'GdkWayland', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-wayland/' ],
    [ 'GdkX11', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-x11/' ],
    [ 'Gsk', 'https://docs.gtk.org/gsk4/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
    [ 'Pango', 'https://docs.gtk.org/Pango/' ],
    [ 'PangoCairo', 'https://gnome.pages.gitlab.gnome.org/pango/pangocairo/' ],
]