.gitlab
.gitlab-ci
clutter
cogl
data
doc
data
man
reference
clutter
cogl
cogl.toml.in
logo.svg
meson.build
urlmap.js
meta
mtk
meson.build
website
building-and-running.md
clutter-frame-scheduling.md
clutter-rendering-model.md
code-overview.md
coding-style.md
debugging.md
git-conventions.md
monitor-configuration.md
multi-gpu.md
mutter-constraints.txt
mutter-focus.txt
mutter-kms-abstractions.md
mutter-relationships.md
meson
mtk
po
src
subprojects
tools
.editorconfig
.gitignore
.gitlab-ci.yml
COPYING
NEWS
README.md
check-style.py
config.h.meson
logo.svg
meson.build
meson.options
mutter.doap
12 lines
431 B
JavaScript
12 lines
431 B
JavaScript
// SPDX-FileCopyrightText: 2021 GNOME Foundation
|
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
// 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/' ],
|
|
[ 'Mtk', 'https://mutter.gnome.org/mtk/' ],
|
|
]
|