doc/reference/finch/urlmap.js

Fri, 13 May 2022 04:43:04 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 13 May 2022 04:43:04 -0500
changeset 41370
0ae2dfa4a5cf
parent 41123
089c8a3a9ff4
permissions
-rw-r--r--

Split proxy prefs page into a separate widget

Again no re-designing, but did switch `GtkFrame` to `HdyPreferencesGroup` to work in a `HdyPreferencesPage`.

Testing Done:
Open Preferences, saw no errors, changed options and checked debug window to see saving of prefs.

Reviewed at https://reviews.imfreedom.org/r/1443/

// 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/' ],
    [ 'Gnt3', 'https://docs.imfreedom.org/gnt3/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]

mercurial