2023-10-09 23:04:21 +01:00
# 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
2024-07-05 19:59:10 +01:00
[ source-location ]
base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/main/"
2023-10-09 23:04:21 +01:00
[ extra ]
2024-02-06 15:39:50 +00:00
urlmap_file = "../urlmap.js"
2023-10-09 23:04:21 +01:00
# The same order will be used when generating the index
content_files = [
2023-10-09 23:41:22 +01:00
"building.md" ,
2023-10-09 23:38:18 +01:00
"compiling.md" ,
2023-10-09 23:37:04 +01:00
"cross-compiling.md" ,
2023-10-09 23:33:21 +01:00
"running.md" ,
2023-11-23 18:17:14 +00:00
"programming.md" ,
2023-11-23 18:31:24 +00:00
"resources.md" ,
2023-10-09 23:33:21 +01:00
2023-10-09 23:36:14 +01:00
"gvariant-format-strings.md" ,
2023-10-09 23:34:48 +01:00
"gvariant-text-format.md" ,
2023-10-09 23:10:35 +01:00
"character-set.md" ,
2023-10-09 23:13:16 +01:00
"i18n.md" ,
2023-11-21 17:55:54 +00:00
"string-utils.md" ,
2023-10-09 23:13:16 +01:00
2023-11-23 16:17:04 +00:00
"types.md" ,
2023-10-09 23:14:32 +01:00
"macros.md" ,
2023-10-09 23:11:33 +01:00
"conversion-macros.md" ,
2023-10-09 23:42:12 +01:00
"auto-cleanup.md" ,
2023-10-09 23:32:18 +01:00
2023-11-22 23:20:12 +00:00
"memory.md" ,
2023-10-09 23:32:18 +01:00
"memory-slices.md" ,
2023-10-09 23:12:27 +01:00
"error-reporting.md" ,
2023-10-09 23:13:54 +01:00
"logging.md" ,
2023-11-23 14:02:04 +00:00
"warnings.md" ,
2023-11-15 14:35:08 +00:00
"file-utils.md" ,
2023-11-22 16:50:44 +00:00
"host-utils.md" ,
2023-11-23 00:11:41 +00:00
"misc-utils.md" ,
2023-10-09 23:15:08 +01:00
"main-loop.md" ,
2023-10-09 23:07:59 +01:00
"reference-counting.md" ,
2023-10-09 23:15:44 +01:00
"testing.md" ,
2023-11-15 14:14:12 +00:00
"atomic.md" ,
2023-11-23 13:31:16 +00:00
"checked-math.md" ,
2023-10-09 23:09:30 +01:00
"threads.md" ,
2023-11-22 23:59:15 +00:00
"spawn.md" ,
2023-11-15 16:26:46 +00:00
"random.md" ,
2023-11-23 13:34:39 +00:00
"numerical.md" ,
2023-09-24 21:22:36 -04:00
"markup.md" ,
2023-11-15 14:04:05 +00:00
"base64.md" ,
2023-09-24 21:33:44 -04:00
"goption.md" ,
2023-09-24 21:52:14 -04:00
"data-structures.md" ,
2023-11-23 13:23:50 +00:00
"datalist-and-dataset.md" ,
2023-11-21 17:35:07 +00:00
"shell.md" ,
2023-11-15 16:47:48 +00:00
"uuid.md" ,
2023-09-25 08:11:35 -04:00
"unicode.md" ,
2023-11-21 17:16:12 +00:00
"version.md" ,
2023-11-15 13:38:37 +00:00
"threads-deprecated.md" ,
2023-10-09 23:04:21 +01:00
]
content_images = [
2023-10-09 23:10:35 +01:00
"file-name-encodings.png" ,
2023-10-09 23:15:08 +01:00
"mainloop-states.gif" ,
2023-10-09 23:04:21 +01:00
"Sorted_binary_tree_breadth-first_traversal.svg" ,
"Sorted_binary_tree_inorder.svg" ,
"Sorted_binary_tree_postorder.svg" ,
"Sorted_binary_tree_preorder.svg" ,
2024-07-15 15:58:45 +00:00
"Sorted_binary_tree_breadth-first_traversal-dark.svg" ,
"Sorted_binary_tree_inorder-dark.svg" ,
"Sorted_binary_tree_postorder-dark.svg" ,
"Sorted_binary_tree_preorder-dark.svg" ,
2023-10-09 23:04:21 +01:00
]
[ [ 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