summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-19 02:52:36 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-19 02:52:36 -0500
commit6ef64331dda5157c09d082b493ee85d3319c08db (patch)
tree38eb52ee5a658d1ca369db9c916da17e6371e691 /doc
parent4f2d75a99ba9749e63b07a761d6373a9d04f13f4 (diff)
downloadpidgin-6ef64331dda5157c09d082b493ee85d3319c08db.tar.gz
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/
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/finch/finch.toml.in5
-rw-r--r--doc/reference/protocols/facebook/facebook.toml.in7
-rw-r--r--doc/reference/protocols/facebook/urlmap.js1
3 files changed, 6 insertions, 7 deletions
diff --git a/doc/reference/finch/finch.toml.in b/doc/reference/finch/finch.toml.in
index 331f588c94..f3a7ea993a 100644
--- a/doc/reference/finch/finch.toml.in
+++ b/doc/reference/finch/finch.toml.in
@@ -21,6 +21,11 @@ search_index = true
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"
diff --git a/doc/reference/protocols/facebook/facebook.toml.in b/doc/reference/protocols/facebook/facebook.toml.in
index e9cda4e47c..b94f3c564c 100644
--- a/doc/reference/protocols/facebook/facebook.toml.in
+++ b/doc/reference/protocols/facebook/facebook.toml.in
@@ -7,7 +7,7 @@ authors = "Pidgin Developers"
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 @@ search_index = true
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"
diff --git a/doc/reference/protocols/facebook/urlmap.js b/doc/reference/protocols/facebook/urlmap.js
index 208ec6baa7..357915f508 100644
--- a/doc/reference/protocols/facebook/urlmap.js
+++ b/doc/reference/protocols/facebook/urlmap.js
@@ -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/' ],
]