mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
c498c9a8c9
This creates `GioUnix`, `GioWin32`, `GLibUnix` and `GLibWin32`. These bodies of documentation are in addition to the main, platform agnostic, documentation for both libraries. This commit necessarily includes various mechanical changes to update the repository namespace used in various existing documentation links to platform specific APIs. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
14 lines
573 B
JavaScript
14 lines
573 B
JavaScript
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
// SPDX-FileCopyrightText: 2023 Matthias Clasen
|
|
var baseURLs = [
|
|
[ 'GLib', 'https://docs.gtk.org/glib/' ],
|
|
[ 'GLibUnix', 'https://docs.gtk.org/glib-unix/' ],
|
|
[ 'GLibWin32', 'https://docs.gtk.org/glib-win32/' ],
|
|
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
|
|
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
|
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
|
[ 'GioUnix', 'https://docs.gtk.org/gio-unix/' ],
|
|
[ 'GioWin32', 'https://docs.gtk.org/gio-win32/' ],
|
|
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
|
|
];
|