File: urlmap.js

package info (click to toggle)
eog 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,860 kB
  • sloc: ansic: 27,061; python: 347; xml: 28; makefile: 13; javascript: 9
file content (13 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: 2022 IƱigo Martinez <inigomartinez@gmail.com>
// SPDX-License-Identifier: GPL-2.0-or-later

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'Gdk', 'https://docs.gtk.org/gdk3/' ],
    [ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
    [ 'Libpeas', 'https://gitlab.gnome.org/GNOME/libpeas/' ],
]