File: urlmap.js

package info (click to toggle)
casilda 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 260 kB
  • sloc: ansic: 2,190; javascript: 44; python: 29; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2025 Juan Pablo Ugarte
// SPDX-License-Identifier: LGPL-2.1-only

baseURLs = [
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
    [ 'Gdk', 'https://docs.gtk.org/gdk4/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
]