2023-10-10 00:04:21 +02: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 20:59:10 +02:00
[ source-location ]
base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/main/"
2023-10-10 00:04:21 +02:00
[ extra ]
2024-02-06 16:39:50 +01:00
urlmap_file = "../urlmap.js"
2023-10-10 00:04:21 +02:00
# The same order will be used when generating the index
content_files = [
2023-10-10 00:24:09 +02:00
"overview.md" ,
2023-10-23 14:12:02 +02:00
"file-attributes.md" ,
2023-11-02 17:21:03 +01:00
"tls-overview.md" ,
2023-11-14 15:11:13 +01:00
"error.md" ,
2023-11-15 12:38:15 +01:00
"pollable-utils.md" ,
2023-11-14 00:34:22 +01:00
"dbus-error.md" ,
2023-11-14 00:43:20 +01:00
"dbus-introspection.md" ,
2023-11-14 00:48:44 +01:00
"dbus-name-owning.md" ,
2023-11-14 00:54:49 +01:00
"dbus-name-watching.md" ,
2023-11-14 14:12:27 +01:00
"dbus-utils.md" ,
2023-11-15 12:25:56 +01:00
"menu-exporter.md" ,
2023-10-10 00:24:09 +02:00
2023-11-15 12:34:00 +01:00
"networking.md" ,
2023-10-10 00:22:20 +02:00
"migrating-gdbus.md" ,
2023-10-10 00:20:38 +02:00
"migrating-gconf.md" ,
2023-10-10 00:23:23 +02:00
"migrating-gnome-vfs.md" ,
2023-11-23 18:57:26 +01:00
"migrating-posix.md" ,
2023-11-15 12:21:07 +01:00
"io-scheduler.md" ,
2023-10-10 00:04:21 +02:00
]
content_images = [
2023-10-10 00:24:09 +02:00
"gvfs-overview.png" ,
2023-10-10 00:04:21 +02:00
"menu-example.png" ,
2024-07-01 20:42:36 +02:00
"menu-model-dark.svg" ,
"menu-model-light.svg" ,
2023-10-10 00:04:21 +02:00
]