[go: up one dir, main page]

File: urlmap.js

package info (click to toggle)
file-roller 43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,516 kB
  • sloc: ansic: 33,566; xml: 254; python: 51; sh: 26; makefile: 18; javascript: 9
file content (15 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (4)
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/gdk3/"],
  ["GdkPixbuf", "https://docs.gtk.org/gdk-pixbuf/"],
  ["Gtk", "https://docs.gtk.org/gtk3/"],
  ["Pango", "https://docs.gtk.org/Pango/"]
];