Fix the documentation for what does and doesn't need gmodule

Tue, 19 Oct 2021 02:52:36 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 19 Oct 2021 02:52:36 -0500
changeset 41125
d6a7bf9208e1
parent 41124
95555046173e
child 41126
fed868e592ca

Fix the documentation for what does and doesn't need gmodule

Testing Done:
Build the docs and verified gmodule was just on finch and that its links worked.

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

doc/reference/finch/finch.toml.in file | annotate | diff | comparison | revisions
doc/reference/protocols/facebook/facebook.toml.in file | annotate | diff | comparison | revisions
doc/reference/protocols/facebook/urlmap.js file | annotate | diff | comparison | revisions
--- a/doc/reference/finch/finch.toml.in	Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/finch/finch.toml.in	Tue Oct 19 02:52:36 2021 -0500
@@ -21,6 +21,11 @@
   description = "The base type system library"
   docs_url = "https://docs.gtk.org/gobject/"
 
+  [dependencies."GModule-2.0"]
+  name = "GModule"
+  description = "Portable API for dynamically loading modules"
+  docs_url = "https://docs.gtk.org/gmodule/"
+
   [dependencies."Gnt-3.0"]
   name = "Gnt"
   description = "GLib NCurses Toolkit"
--- a/doc/reference/protocols/facebook/facebook.toml.in	Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/protocols/facebook/facebook.toml.in	Tue Oct 19 02:52:36 2021 -0500
@@ -7,7 +7,7 @@
 logo_url = ""
 license = "GPL-2.0-or-later"
 description = "Purple Facebook Protocol Plugin"
-dependencies = [ "GLib-2.0", "GObject-2.0", "GModule-2.0", "Purple-3.0" ]
+dependencies = [ "GLib-2.0", "GObject-2.0", "Purple-3.0" ]
 devhelp = true
 search_index = true
 
@@ -21,11 +21,6 @@
   description = "The base type system library"
   docs_url = "https://docs.gtk.org/gobject/"
 
-  [dependencies."GModule-2.0"]
-  name = "GModule"
-  description = "Portable API for dynamically loading modules"
-  docs_url = "https://docs.gtk.org/gmodule/"
-
   [dependencies."Purple-3.0"]
   name = "Purple"
   description = "Purple Universal Chat Library"
--- a/doc/reference/protocols/facebook/urlmap.js	Tue Oct 19 02:49:28 2021 -0500
+++ b/doc/reference/protocols/facebook/urlmap.js	Tue Oct 19 02:52:36 2021 -0500
@@ -5,6 +5,5 @@
 baseURLs = [
     [ 'GLib', 'https://docs.gtk.org/glib/' ],
     [ 'GObject', 'https://docs.gtk.org/gobject/' ],
-    [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
     [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
 ]

mercurial