File: urlmap.js

package info (click to toggle)
libsoup3 3.6.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,436 kB
  • sloc: ansic: 61,976; python: 202; xml: 97; sh: 84; makefile: 33; javascript: 5
file content (6 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (15)
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/' ],
]