summaryrefslogtreecommitdiff
path: root/docs/reference/urlmap.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/urlmap.js')
-rw-r--r--docs/reference/urlmap.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/urlmap.js b/docs/reference/urlmap.js
new file mode 100644
index 0000000..ffdc69b
--- /dev/null
+++ b/docs/reference/urlmap.js
@@ -0,0 +1,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/"],
+]