libgnt/libgnt

Add scopes to callbacks

12 months ago, Elliott Sales de Andrade
c59e9d4a6772
Add scopes to callbacks

The `forever` scope is probably newer than the minimum requirement, but it'll just cause a warning in older versions.

Testing Done:
Built docs and saw no more scope warnings.

Reviewed at https://reviews.imfreedom.org/r/2459/
// 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/' ],
]