xeme/xeme

Add Gio to our gi-docgen stuff

6 months ago, Gary Kramlich
9aba27798541
Parents 2e882a0fbdf9
Children 5a507826b7bf
Add Gio to our gi-docgen stuff
--- a/xeme/reference/urlmap.js Fri Dec 01 01:08:52 2023 -0600
+++ b/xeme/reference/urlmap.js Fri Dec 01 01:53:45 2023 -0600
@@ -3,6 +3,7 @@
// A map between namespaces and base URLs for their online documentation
baseURLs = [
+ [ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
]
--- a/xeme/reference/xeme.toml.in Fri Dec 01 01:08:52 2023 -0600
+++ b/xeme/reference/xeme.toml.in Fri Dec 01 01:53:45 2023 -0600
@@ -11,6 +11,11 @@
devhelp = true
search_index = true
+ [dependencies."Gio-2.0"]
+ name = "Gio"
+ description = "Stream based io library."
+ docs_url = "https://docs.gtk.org/gio/"
+
[dependencies."GLib-2.0"]
name = "GLib"
description = "General-purpose, portable utility library."
@@ -18,7 +23,7 @@
[dependencies."GObject-2.0"]
name = "GObject"
- description = "The base type system library"
+ description = "The base type system library."
docs_url = "https://docs.gtk.org/gobject/"
[theme]