File: urlmap.js

package info (click to toggle)
libportal 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,504 kB
  • sloc: ansic: 9,998; python: 2,329; cpp: 898; javascript: 699; sh: 176; makefile: 68; xml: 20
file content (15 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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/"],
  ["Gdk", "https://docs.gtk.org/gdk4/"],
  ["Gsk", "https://docs.gtk.org/gsk4/"],
  ["Gtk", "https://docs.gtk.org/gtk4/"],
  ["Pango", "https://docs.gtk.org/Pango/"]
];