mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-15 00:36:19 +01:00
c2798e6c2a
Helps: #3037
97 lines
2.2 KiB
TOML
97 lines
2.2 KiB
TOML
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
# Copyright 2023 Matthias Clasen
|
|
# Copyright 2023 Philip Withnall
|
|
|
|
[library]
|
|
name = "GLib"
|
|
version = "@VERSION@"
|
|
browse_url = "https://gitlab.gnome.org/GNOME/glib/"
|
|
repository_url = "https://gitlab.gnome.org/GNOME/glib.git"
|
|
website_url = "https://www.gtk.org"
|
|
docs_url = "https://docs.gtk.org/glib/"
|
|
authors = "GLib Development Team"
|
|
license = "LGPL-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."
|
|
related = [ "GModule-2.0", "GObject-2.0", "Gio-2.0" ]
|
|
devhelp = true
|
|
search_index = true
|
|
|
|
[related."GModule-2.0"]
|
|
name = "GModule"
|
|
description = "Portable API for dynamically loading modules"
|
|
docs_url = "https://docs.gtk.org/gmodule/"
|
|
|
|
[related."GObject-2.0"]
|
|
name = "GObject"
|
|
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/"
|
|
|
|
[theme]
|
|
name = "basic"
|
|
show_index_summary = true
|
|
show_class_hierarchy = true
|
|
|
|
[extra]
|
|
urlmap_file = "urlmap.js"
|
|
# The same order will be used when generating the index
|
|
content_files = [
|
|
"building.md",
|
|
"compiling.md",
|
|
"cross-compiling.md",
|
|
"running.md",
|
|
|
|
"gvariant-format-strings.md",
|
|
"gvariant-text-format.md",
|
|
|
|
"character-set.md",
|
|
"i18n.md",
|
|
|
|
"macros.md",
|
|
"conversion-macros.md",
|
|
|
|
"memory-slices.md",
|
|
"error-reporting.md",
|
|
"logging.md",
|
|
"main-loop.md",
|
|
"reference-counting.md",
|
|
"testing.md",
|
|
"threads.md",
|
|
]
|
|
content_images = [
|
|
"file-name-encodings.png",
|
|
"mainloop-states.gif",
|
|
"Sorted_binary_tree_breadth-first_traversal.svg",
|
|
"Sorted_binary_tree_inorder.svg",
|
|
"Sorted_binary_tree_postorder.svg",
|
|
"Sorted_binary_tree_preorder.svg",
|
|
]
|
|
|
|
[[object]]
|
|
pattern = "DEPRECATED_IN_2_*"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
pattern = "DEPRECATED_MACRO_IN_2_*"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
pattern = "DEPRECATED_ENUMERATOR_IN_2_*"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
pattern = "DEPRECATED_TYPE_IN_2_*"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "test_assert_expected_messages_internal"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
pattern = "macro__has_*"
|
|
hidden = true
|