doc/reference/libpurple/urlmap.js

Thu, 11 Apr 2024 20:34:07 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 11 Apr 2024 20:34:07 -0500
changeset 42688
b632ff7a7936
parent 41164
d861b10105fb
permissions
-rw-r--r--

Remove PurpleXfer

the autoaccept plugin has been left for now, but no longer builds by default
because we haven't ported it to the new PurpleFileTransfer API yet.

Testing Done:
Hung out with the turtles.

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

// 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/' ],
]

mercurial