summaryrefslogtreecommitdiff
path: root/docs/reference/urlmap.js
blob: ffdc69b4ca6ce6d6d7e63a71ae83e1f906939e81 (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/' ],
    ["GdkPixbuf", "https://docs.gtk.org/gdk-pixbuf/"],
]