File: urlmap-gtk3.js

package info (click to toggle)
evolution-data-server 3.56.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 46,532 kB
  • sloc: ansic: 365,302; xml: 578; cpp: 482; perl: 297; sh: 62; makefile: 61; python: 35; javascript: 29
file content (15 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: 2023 GNOME Foundation
// SPDX-License-Identifier: CC0-1.0

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