summaryrefslogtreecommitdiff
path: root/docs/reference/libpeas-urlmap.js
blob: a0ce5e6833e0d1df60f54229cf976b4eb54e1fcf (plain)
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/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
]