[gtk/docs-gtk-org] glib: Link GModule from the other GLib modules



commit e0f63f8843fc5d953561ef776845dad332df7d01
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 24 12:04:23 2021 +0100

    glib: Link GModule from the other GLib modules

 glib/gio/gio.toml.in         | 7 ++++++-
 glib/gio/urlmap.js           | 1 +
 glib/glib/glib.toml.in       | 7 ++++++-
 glib/glib/urlmap.js          | 1 +
 glib/gobject/gobject.toml.in | 7 ++++++-
 glib/gobject/urlmap.js       | 1 +
 6 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index f318d6da06..10dbb9735c 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -7,7 +7,7 @@ website_url = "https://www.gtk.org";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "Gio is a library providing useful classes for general purpose I/O, networking, IPC, settings, 
and other high level application functionality"
-dependencies = [ "GObject-2.0", "Gio-2.0" ]
+dependencies = [ "GLib-2.0", "GModule-2.0", "GObject-2.0" ]
 devhelp = true
 search_index = true
 
@@ -16,6 +16,11 @@ search_index = true
   description = "The base utility library"
   docs_url = "https://docs.gtk.org/glib/";
 
+  [dependencies."GModule-2.0"]
+  name = "GModule"
+  description = "Portable API for dynamically loading modules"
+  docs_url = "https://docs.gtk.org/gmodule/";
+
   [dependencies."GObject-2.0"]
   name = "GObject"
   description = "The base type system library"
diff --git a/glib/gio/urlmap.js b/glib/gio/urlmap.js
index 6a3cbdc022..443294788d 100644
--- a/glib/gio/urlmap.js
+++ b/glib/gio/urlmap.js
@@ -1,5 +1,6 @@
 var baseUrls = [
     [ 'GLib', 'https://docs.gtk.org/glib/' ],
+    [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
     [ 'GObject', 'https://docs.gtk.org/gobject/' ],
     [ 'Gio', 'https://docs.gtk.org/gio/' ],
     [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index 742a755721..deabaa8eba 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -7,10 +7,15 @@ website_url = "https://www.gtk.org";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "GLib is a general-purpose, portable utility library, which provides many useful data types, 
macros, type conversions, string utilities, file utilities, a mainloop abstraction, and so on."
-dependencies = [ "GObject-2.0", "Gio-2.0" ]
+dependencies = [ "GModule-2.0", "GObject-2.0", "Gio-2.0" ]
 devhelp = true
 search_index = true
 
+  [dependencies."GModule-2.0"]
+  name = "GModule"
+  description = "Portable API for dynamically loading modules"
+  docs_url = "https://docs.gtk.org/gmodule/";
+
   [dependencies."GObject-2.0"]
   name = "GObject"
   description = "The base type system library"
diff --git a/glib/glib/urlmap.js b/glib/glib/urlmap.js
index 6a3cbdc022..443294788d 100644
--- a/glib/glib/urlmap.js
+++ b/glib/glib/urlmap.js
@@ -1,5 +1,6 @@
 var baseUrls = [
     [ 'GLib', 'https://docs.gtk.org/glib/' ],
+    [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
     [ 'GObject', 'https://docs.gtk.org/gobject/' ],
     [ 'Gio', 'https://docs.gtk.org/gio/' ],
     [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index e1a705c0d4..2b260fec3e 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -7,7 +7,7 @@ website_url = "https://www.gtk.org";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "The base type system and object class"
-dependencies = [ "GLib-2.0", "Gio-2.0" ]
+dependencies = [ "GLib-2.0", "GModule-2.0", "Gio-2.0" ]
 devhelp = true
 search_index = true
 
@@ -16,6 +16,11 @@ search_index = true
   description = "The base utility library"
   docs_url = "https://docs.gtk.org/glib/";
 
+  [dependencies."GModule-2.0"]
+  name = "GModule"
+  description = "Portable API for dynamically loading modules"
+  docs_url = "https://docs.gtk.org/gmodule/";
+
   [dependencies."Gio-2.0"]
   name = "GIO"
   description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
diff --git a/glib/gobject/urlmap.js b/glib/gobject/urlmap.js
index 6a3cbdc022..443294788d 100644
--- a/glib/gobject/urlmap.js
+++ b/glib/gobject/urlmap.js
@@ -1,5 +1,6 @@
 var baseUrls = [
     [ 'GLib', 'https://docs.gtk.org/glib/' ],
+    [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
     [ 'GObject', 'https://docs.gtk.org/gobject/' ],
     [ 'Gio', 'https://docs.gtk.org/gio/' ],
     [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]