pidgin/reference/urlmap.js

Tue, 20 Aug 2024 16:07:09 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 20 Aug 2024 16:07:09 -0500
changeset 42890
c2b7b3b9c351
parent 42847
fbb0d252bc35
permissions
-rw-r--r--

Break out Purple.Conversation:members to its own class

Testing Done:
Ran the unit tests under valgrind and called in the turtles for the rest.

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

// 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/' ],
    [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
    [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]

mercurial