1# SPDX-FileCopyrightText: 2021 GNOME Foundation
2#
3# SPDX-License-Identifier: CC0-1.0
4
5[library]
6version = "4.1.1"
7browse_url = "https://gitlab.gnome.org/GNOME/gtk/"
8repository_url = "https://gitlab.gnome.org/GNOME/gtk.git"
9website_url = "https://www.gtk.org"
10authors = "GTK Development Team"
11logo_url = "gtk-logo.svg"
12license = "GPL-2.1-or-later"
13description = "The GTK toolkit"
14dependencies = [ "GObject-2.0", "Graphene-1.0", "Pango-1.0", "Gdk-4.0", "Gsk-4.0" ]
15devhelp = true
16search_index = true
17
18  [dependencies."GObject-2.0"]
19  name = "GObject"
20  description = "The base type system library"
21  docs_url = "https://developer.gnome.org/gobject/stable"
22
23  [dependencies."Graphene-1.0"]
24  name = "Graphene"
25  description = "A thin layer of mathematical types for 3D libraries"
26  docs_url = "https://ebassi.github.io/graphene/docs"
27
28  [dependencies."Pango-1.0"]
29  name = "Pango"
30  description = "Text shaping and rendering"
31  docs_url = "https://developer.gnome.org/pango/stable"
32
33  [dependencies."Gdk-4.0"]
34  name = "GDK"
35  description = "The GTK windowing system abstraction"
36  docs_url = "../../Gdk/4.0/"
37
38  [dependencies."Gsk-4.0"]
39  name = "GSK"
40  description = "The GTK rendering abstraction"
41  docs_url = "../../Gsk/4.0/"
42
43[theme]
44name = "basic"
45show_index_summary = true
46show_class_hierarchy = true
47
48[source-location]
49base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/master/"
50
51# Overrides
52[[object]]
53name = "StyleProvider"
54  [[object.signal]]
55  name = "gtk-private-changed"
56  hidden = true
57
58[[object]]
59name = "Printer"
60  # GTK_TYPE_PRINT_BACKEND is private to GTK, which makes this
61  # property less than useful
62  [[object.property]]
63  name = "backend"
64  hidden = true
65