doc: Update

This commit is contained in:
Rafał Dzięgiel
2024-02-14 20:35:46 +01:00
parent a386b26623
commit 36d62a3a1c
212 changed files with 21140 additions and 312 deletions

View File

@@ -23,7 +23,7 @@ dependencies = ["Clapper-0.0", "Gtk-4.0"]
description = "The GTK toolkit"
docs_url = "https://docs.gtk.org/gtk4/"
related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
related = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"]
[related."GLib-2.0"]
name = "GLib"
@@ -35,6 +35,11 @@ related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
[related."Gio-2.0"]
name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"
[related."Gst-1.0"]
name = "Gst"
description = "GStreamer core library"