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 = "Gio"
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_urls = "https://docs.gtk.org/gio/"
authors = "GLib Development Team"
license = "LGPL-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 = [ "GLib-2.0" , "GModule-2.0" , "GObject-2.0" ]
devhelp = true
search_index = true
[ dependencies . "GLib-2.0" ]
name = "GLib"
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"
docs_url = "https://docs.gtk.org/gobject/"
[ 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:24:09 +01:00
"overview.md" ,
2023-10-23 13:12:02 +01:00
"file-attributes.md" ,
2023-11-02 16:21:03 +00:00
"tls-overview.md" ,
2023-11-14 14:11:13 +00:00
"error.md" ,
2023-11-15 11:38:15 +00:00
"pollable-utils.md" ,
2023-11-13 23:34:22 +00:00
"dbus-error.md" ,
2023-11-13 23:43:20 +00:00
"dbus-introspection.md" ,
2023-11-13 23:48:44 +00:00
"dbus-name-owning.md" ,
2023-11-13 23:54:49 +00:00
"dbus-name-watching.md" ,
2023-11-14 13:12:27 +00:00
"dbus-utils.md" ,
2023-11-15 11:25:56 +00:00
"menu-exporter.md" ,
2023-10-09 23:24:09 +01:00
2023-11-15 11:34:00 +00:00
"networking.md" ,
2023-10-09 23:22:20 +01:00
"migrating-gdbus.md" ,
2023-10-09 23:20:38 +01:00
"migrating-gconf.md" ,
2023-10-09 23:23:23 +01:00
"migrating-gnome-vfs.md" ,
2023-11-23 17:57:26 +00:00
"migrating-posix.md" ,
2023-11-15 11:21:07 +00:00
"io-scheduler.md" ,
2023-10-09 23:04:21 +01:00
]
content_images = [
2023-10-09 23:24:09 +01:00
"gvfs-overview.png" ,
2023-10-09 23:04:21 +01:00
"menu-example.png" ,
2024-07-01 14:42:36 -04:00
"menu-model-dark.svg" ,
"menu-model-light.svg" ,
2023-10-09 23:04:21 +01:00
]