File: urlmap.js

package info (click to toggle)
gcr4 4.4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,216 kB
  • sloc: ansic: 62,514; sh: 222; xml: 27; makefile: 20; javascript: 5
file content (6 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
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/' ],
]