File: urlmap.js

package info (click to toggle)
libsoup3 3.2.3-0%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,496 kB
  • sloc: ansic: 60,347; python: 202; xml: 97; sh: 84; makefile: 25; javascript: 5
file content (6 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
]