@girs/amtk-5 5.0.0-4.0.4 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,123 @@
1
+ // The widget vocabulary of Amtk-5 as runtime data.
2
+ //
3
+ // GENERATED — do not edit. Provenance: Amtk-5 — dropped empty base(s): GObject.InitiallyUnowned GObject.Object Atk.ImplementorIface
4
+ //
5
+ // The type half of this subpath is the sibling `.d.ts`. This file exists because
6
+ // types are erased: a consumer that wants to ask the installed library whether every
7
+ // name here is real needs values, not declarations.
8
+
9
+ export const PROVENANCE = {
10
+ namespace: 'Amtk',
11
+ version: '5',
12
+ libraryVersion: null,
13
+ childHolders: 0,
14
+ droppedBases: ['GObject.InitiallyUnowned', 'GObject.Object', 'Atk.ImplementorIface'],
15
+ inlinedBases: [],
16
+ unsettableProps: [],
17
+ };
18
+
19
+ export const OWN_PROPS = {
20
+ AmtkTreeViewScrolledWindowSizing: ['monitor-limit-enabled'],
21
+ };
22
+
23
+ export const OWN_SIGNALS = {};
24
+
25
+ export const DECLS = {
26
+ AmtkTreeViewScrolledWindowSizing: ['AmtkTreeViewScrolledWindowSizing', 'GtkScrolledWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
27
+ };
28
+
29
+ // The GTypes above that are NOT widgets: they hold one through `set_child`/`get_child`
30
+ // and descend from `GObject.Object`. A renderer places them like a container; a check
31
+ // asking "is this a widget" must not count them. Derived from the accessor pair, never
32
+ // from a list — the count is in the provenance line above.
33
+ export const CHILD_HOLDERS = [];
34
+
35
+ export const ENUM_NICKS = {};
36
+
37
+ // The number behind each of those nicks, read from GIR's own `value` attribute.
38
+ //
39
+ // It ships because position in `ENUM_NICKS` is not the value and a consumer with no
40
+ // typelib has no other way to learn it: a surface without GI still has to hand GObject an
41
+ // integer. The alternative a consumer reaches for first is counting, and counting is wrong
42
+ // on 6 of the 129 enums a GTK 4 vocabulary carries (104 in Gtk-4.0, 25 in Adw-1) --
43
+ // `GtkResponseType` runs -1 down to
44
+ // -11, `GtkTextWindowType` starts at 1, and `GtkConstraintStrength.required` is
45
+ // 1001001000 where counting answers 0.
46
+ //
47
+ // Same provenance as the nicks above, which is the point: a consumer that reads the numbers
48
+ // from an INSTALLED library instead gets two provenances for one table, and a member the
49
+ // vocabulary describes but the host predates then looks like a missing number rather than a
50
+ // version gap.
51
+ export const ENUM_VALUES = {};
52
+
53
+ // The nicks GIR marks `deprecated="1"`.
54
+ //
55
+ // Two members of one enum may share a value -- that is how GObject spells an alias, and
56
+ // `GTK_ALIGN_BASELINE` and `GTK_ALIGN_BASELINE_FILL` are both 4. `ENUM_VALUES` keeps
57
+ // both names, so nothing is lost, and this is what says which of the two a number should be
58
+ // spelled back as. Stated rather than derived: the pairing is visible in the values, the
59
+ // DIRECTION is not.
60
+ //
61
+ // Read it as evidence, not as a negative: 4 registered-enum members in the 718 GIRs carry
62
+ // the attribute at all, and 179 of the 182 value-sharing pairs carry it on neither half.
63
+ // A nick missing from here is a nick GIR says nothing about, not a nick GIR calls current.
64
+ export const ENUM_DEPRECATED = [];
65
+
66
+ // The declared remainder: nicks whose GIR `value` is not a number this can carry.
67
+ //
68
+ // Every nick in `ENUM_NICKS` is in `ENUM_VALUES` or here -- a nick in neither would be a
69
+ // silent drop. GIR carries two shapes no integer holds: a symbolic or absent value (Vala
70
+ // writes `(null)`, a char enum writes a letter) and an integer past
71
+ // `Number.MAX_SAFE_INTEGER`. The value kept here is the raw attribute, so the entry says
72
+ // WHAT was unreadable rather than only that something was. Measured over the 718 GIRs in
73
+ // ts-for-gir's `girs/`: 32 of 34096 registered-enum members, none in Gtk, Adw, GLib or Gio.
74
+ export const ENUM_VALUES_UNREADABLE = {};
75
+
76
+ // The number behind each member of a registered BITFIELD, keyed the same way.
77
+ //
78
+ // `ENUM_NICKS` refuses a bitfield because GObject cannot resolve a nick SET, and that
79
+ // reason says nothing about one member's number. 21 writable widget properties in Gtk-4.0
80
+ // and Adw-1 are bitfield-typed -- `GtkEntry:input-hints`, `GtkPopoverMenu:flags`,
81
+ // `AdwTabView:shortcuts`, ... -- and they are typed bare `number`, so a host without GI
82
+ // has nothing to compute one from. Counting is worst exactly here: 95 of 121 Gtk-4.0
83
+ // bitfield members disagree with their position, against 29 of 685 enumeration members.
84
+ //
85
+ // A table of its own rather than more rows in `ENUM_VALUES`, so that "every nick in
86
+ // `ENUM_NICKS` has a number or a declared reason" stays a claim about one set.
87
+ export const FLAG_VALUES = {
88
+ 'AmtkFactoryFlags.flags-none': 0,
89
+ 'AmtkFactoryFlags.ignore-accels': 16,
90
+ 'AmtkFactoryFlags.ignore-accels-for-app': 64,
91
+ 'AmtkFactoryFlags.ignore-accels-for-doc': 32,
92
+ 'AmtkFactoryFlags.ignore-gaction': 1,
93
+ 'AmtkFactoryFlags.ignore-icon': 2,
94
+ 'AmtkFactoryFlags.ignore-label': 4,
95
+ 'AmtkFactoryFlags.ignore-tooltip': 8,
96
+ };
97
+
98
+ // The same declared remainder for the bitfields. Every one of the 13 members in ts-for-gir's
99
+ // `girs/` whose value is past `Number.MAX_SAFE_INTEGER` is a bitfield member (Fwupd, Qmi),
100
+ // so this is the table that shape actually reaches.
101
+ export const FLAG_VALUES_UNREADABLE = {};
102
+
103
+ // Declaration GType + property name -> the GType of that property's enum or bitfield.
104
+ //
105
+ // Without it the value tables above are half an answer. A host with no GI knows it must set
106
+ // `orientation` to the number behind the nick `vertical`; `ENUM_VALUES` is keyed
107
+ // `GtkOrientation.vertical`, and nothing else says that `orientation` is a
108
+ // `GtkOrientation`. Deriving it is not available: `never` is a member of several Gtk enums,
109
+ // and choosing between them produces a wrong number rather than a missing one.
110
+ //
111
+ // Only where the property's OWN type is the enum. An array of them and a union that mentions
112
+ // one are both entries a consumer would resolve wrongly, so neither is written.
113
+ //
114
+ // A GType named here has numbers in SOME vocabulary, not necessarily this one: the namespace
115
+ // that OWNS an enum publishes it, so 57 of the 438 entries a full run emits want the owner's
116
+ // vocabulary loaded too. Owners that emit none (Gdk, Pango) are inlined into the tables above.
117
+ export const PROP_ENUMS = {};
118
+
119
+ export const SLOT_CANDIDATES = {};
120
+
121
+ export const SINCE = {
122
+ 'AmtkTreeViewScrolledWindowSizing.monitor-limit-enabled': '5.10',
123
+ };