File: gio.toml.in

package info (click to toggle)
gobject-introspection 1.84.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 72,336 kB
  • sloc: ansic: 562,269; python: 23,692; xml: 16,240; yacc: 1,711; perl: 1,624; sh: 1,139; lex: 510; cpp: 487; makefile: 182; javascript: 15; lisp: 1
file content (72 lines) | stat: -rw-r--r-- 1,771 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 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

[extra]
urlmap_file = "urlmap.js"
# The same order will be used when generating the index
content_files = [
  "overview.md",
  "file-attributes.md",
  "tls-overview.md",

  "error.md",

  "pollable-utils.md",
  "unix-mounts.md",

  "dbus-error.md",
  "dbus-introspection.md",
  "dbus-name-owning.md",
  "dbus-name-watching.md",
  "dbus-utils.md",
  "menu-exporter.md",

  "networking.md",

  "migrating-gdbus.md",
  "migrating-gconf.md",
  "migrating-gnome-vfs.md",
  "migrating-posix.md",

  "io-scheduler.md",
]
content_images = [
  "gvfs-overview.png",
  "menu-example.png",
  "menu-model.png",
]