File: urlmap.js

package info (click to toggle)
libnotify 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 844 kB
  • sloc: xml: 8,298; ansic: 3,228; sh: 63; python: 23; makefile: 22; javascript: 6
file content (7 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// 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/' ],
    ["GdkPixbuf", "https://docs.gtk.org/gdk-pixbuf/"],
]