@gtkx/react 0.18.9 → 0.20.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.
- package/dist/components/list.d.ts +35 -0
- package/dist/components/list.d.ts.map +1 -0
- package/dist/components/list.js +40 -0
- package/dist/components/list.js.map +1 -0
- package/dist/generated/internal.d.ts +8 -3
- package/dist/generated/internal.d.ts.map +1 -1
- package/dist/generated/internal.js +3553 -53
- package/dist/generated/internal.js.map +1 -1
- package/dist/generated/jsx.d.ts +178 -326
- package/dist/generated/jsx.d.ts.map +1 -1
- package/dist/generated/jsx.js +0 -324
- package/dist/generated/jsx.js.map +1 -1
- package/dist/host-config.d.ts.map +1 -1
- package/dist/host-config.js +48 -10
- package/dist/host-config.js.map +1 -1
- package/dist/jsx.d.ts +111 -54
- package/dist/jsx.d.ts.map +1 -1
- package/dist/jsx.js +3 -28
- package/dist/jsx.js.map +1 -1
- package/dist/metadata.d.ts +1 -0
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +7 -1
- package/dist/metadata.js.map +1 -1
- package/dist/node.d.ts +0 -2
- package/dist/node.d.ts.map +1 -1
- package/dist/node.js +19 -25
- package/dist/node.js.map +1 -1
- package/dist/nodes/application.d.ts.map +1 -1
- package/dist/nodes/application.js +4 -0
- package/dist/nodes/application.js.map +1 -1
- package/dist/nodes/column-view-column.d.ts +19 -16
- package/dist/nodes/column-view-column.d.ts.map +1 -1
- package/dist/nodes/column-view-column.js +129 -97
- package/dist/nodes/column-view-column.js.map +1 -1
- package/dist/nodes/event-controller.d.ts +1 -0
- package/dist/nodes/event-controller.d.ts.map +1 -1
- package/dist/nodes/event-controller.js +9 -7
- package/dist/nodes/event-controller.js.map +1 -1
- package/dist/nodes/fixed-child.d.ts +1 -2
- package/dist/nodes/fixed-child.d.ts.map +1 -1
- package/dist/nodes/fixed-child.js +21 -21
- package/dist/nodes/fixed-child.js.map +1 -1
- package/dist/nodes/font-dialog-button.d.ts +1 -1
- package/dist/nodes/font-dialog-button.d.ts.map +1 -1
- package/dist/nodes/font-dialog-button.js +8 -0
- package/dist/nodes/font-dialog-button.js.map +1 -1
- package/dist/nodes/internal/accessible.d.ts +5 -0
- package/dist/nodes/internal/accessible.d.ts.map +1 -0
- package/dist/nodes/internal/accessible.js +119 -0
- package/dist/nodes/internal/accessible.js.map +1 -0
- package/dist/nodes/internal/bound-item.d.ts +4 -0
- package/dist/nodes/internal/bound-item.d.ts.map +1 -0
- package/dist/nodes/internal/bound-item.js +2 -0
- package/dist/nodes/internal/bound-item.js.map +1 -0
- package/dist/nodes/internal/construct.d.ts +3 -0
- package/dist/nodes/internal/construct.d.ts.map +1 -0
- package/dist/nodes/internal/construct.js +44 -0
- package/dist/nodes/internal/construct.js.map +1 -0
- package/dist/nodes/internal/text-buffer-controller.d.ts +4 -0
- package/dist/nodes/internal/text-buffer-controller.d.ts.map +1 -1
- package/dist/nodes/internal/text-buffer-controller.js +49 -9
- package/dist/nodes/internal/text-buffer-controller.js.map +1 -1
- package/dist/nodes/internal/widget.d.ts.map +1 -1
- package/dist/nodes/internal/widget.js +4 -1
- package/dist/nodes/internal/widget.js.map +1 -1
- package/dist/nodes/list-item-node.d.ts +12 -0
- package/dist/nodes/list-item-node.d.ts.map +1 -0
- package/dist/nodes/list-item-node.js +23 -0
- package/dist/nodes/list-item-node.js.map +1 -0
- package/dist/nodes/list.d.ts +100 -0
- package/dist/nodes/list.d.ts.map +1 -0
- package/dist/nodes/list.js +950 -0
- package/dist/nodes/list.js.map +1 -0
- package/dist/nodes/notebook-page.d.ts.map +1 -1
- package/dist/nodes/notebook-page.js +4 -0
- package/dist/nodes/notebook-page.js.map +1 -1
- package/dist/nodes/shortcut.d.ts +3 -2
- package/dist/nodes/shortcut.d.ts.map +1 -1
- package/dist/nodes/shortcut.js +19 -4
- package/dist/nodes/shortcut.js.map +1 -1
- package/dist/nodes/text-anchor.d.ts.map +1 -1
- package/dist/nodes/text-anchor.js +7 -1
- package/dist/nodes/text-anchor.js.map +1 -1
- package/dist/nodes/text-tag.d.ts.map +1 -1
- package/dist/nodes/text-tag.js +5 -1
- package/dist/nodes/text-tag.js.map +1 -1
- package/dist/nodes/text-view.d.ts +1 -0
- package/dist/nodes/text-view.d.ts.map +1 -1
- package/dist/nodes/text-view.js +4 -0
- package/dist/nodes/text-view.js.map +1 -1
- package/dist/nodes/widget.d.ts +0 -2
- package/dist/nodes/widget.d.ts.map +1 -1
- package/dist/nodes/widget.js +51 -67
- package/dist/nodes/widget.js.map +1 -1
- package/dist/nodes/window.d.ts.map +1 -1
- package/dist/nodes/window.js +2 -2
- package/dist/nodes/window.js.map +1 -1
- package/dist/registry.d.ts +0 -2
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +4 -13
- package/dist/registry.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +5 -4
- package/src/components/list.tsx +83 -0
- package/src/generated/internal.ts +3559 -49
- package/src/generated/jsx.ts +178 -326
- package/src/host-config.ts +43 -10
- package/src/jsx.ts +121 -62
- package/src/metadata.ts +8 -1
- package/src/node.ts +23 -25
- package/src/nodes/application.ts +5 -0
- package/src/nodes/column-view-column.ts +125 -104
- package/src/nodes/event-controller.ts +8 -8
- package/src/nodes/fixed-child.ts +24 -23
- package/src/nodes/font-dialog-button.ts +10 -0
- package/src/nodes/internal/accessible.ts +155 -0
- package/src/nodes/internal/bound-item.ts +4 -0
- package/src/nodes/internal/construct.ts +60 -0
- package/src/nodes/internal/text-buffer-controller.ts +51 -8
- package/src/nodes/internal/widget.ts +3 -1
- package/src/nodes/list-item-node.ts +29 -0
- package/src/nodes/list.ts +1082 -0
- package/src/nodes/notebook-page.ts +4 -0
- package/src/nodes/shortcut.ts +22 -5
- package/src/nodes/text-anchor.ts +6 -1
- package/src/nodes/text-tag.ts +7 -1
- package/src/nodes/text-view.ts +5 -0
- package/src/nodes/widget.ts +47 -69
- package/src/nodes/window.ts +2 -2
- package/src/registry.ts +11 -17
- package/src/types.ts +7 -2
- package/dist/fiber-root.d.ts +0 -4
- package/dist/fiber-root.d.ts.map +0 -1
- package/dist/fiber-root.js +0 -6
- package/dist/fiber-root.js.map +0 -1
- package/dist/nodes/column-view.d.ts +0 -36
- package/dist/nodes/column-view.d.ts.map +0 -1
- package/dist/nodes/column-view.js +0 -175
- package/dist/nodes/column-view.js.map +0 -1
- package/dist/nodes/drop-down.d.ts +0 -27
- package/dist/nodes/drop-down.d.ts.map +0 -1
- package/dist/nodes/drop-down.js +0 -85
- package/dist/nodes/drop-down.js.map +0 -1
- package/dist/nodes/grid-view.d.ts +0 -29
- package/dist/nodes/grid-view.d.ts.map +0 -1
- package/dist/nodes/grid-view.js +0 -85
- package/dist/nodes/grid-view.js.map +0 -1
- package/dist/nodes/internal/base-item-renderer.d.ts +0 -28
- package/dist/nodes/internal/base-item-renderer.d.ts.map +0 -1
- package/dist/nodes/internal/base-item-renderer.js +0 -86
- package/dist/nodes/internal/base-item-renderer.js.map +0 -1
- package/dist/nodes/internal/grid-item-renderer.d.ts +0 -20
- package/dist/nodes/internal/grid-item-renderer.d.ts.map +0 -1
- package/dist/nodes/internal/grid-item-renderer.js +0 -66
- package/dist/nodes/internal/grid-item-renderer.js.map +0 -1
- package/dist/nodes/internal/list-item-renderer.d.ts +0 -27
- package/dist/nodes/internal/list-item-renderer.d.ts.map +0 -1
- package/dist/nodes/internal/list-item-renderer.js +0 -131
- package/dist/nodes/internal/list-item-renderer.js.map +0 -1
- package/dist/nodes/internal/list-store.d.ts +0 -22
- package/dist/nodes/internal/list-store.d.ts.map +0 -1
- package/dist/nodes/internal/list-store.js +0 -91
- package/dist/nodes/internal/list-store.js.map +0 -1
- package/dist/nodes/internal/selection-model-controller.d.ts +0 -26
- package/dist/nodes/internal/selection-model-controller.d.ts.map +0 -1
- package/dist/nodes/internal/selection-model-controller.js +0 -79
- package/dist/nodes/internal/selection-model-controller.js.map +0 -1
- package/dist/nodes/internal/simple-list-store.d.ts +0 -20
- package/dist/nodes/internal/simple-list-store.d.ts.map +0 -1
- package/dist/nodes/internal/simple-list-store.js +0 -87
- package/dist/nodes/internal/simple-list-store.js.map +0 -1
- package/dist/nodes/internal/tree-store.d.ts +0 -34
- package/dist/nodes/internal/tree-store.d.ts.map +0 -1
- package/dist/nodes/internal/tree-store.js +0 -208
- package/dist/nodes/internal/tree-store.js.map +0 -1
- package/dist/nodes/list-item.d.ts +0 -24
- package/dist/nodes/list-item.d.ts.map +0 -1
- package/dist/nodes/list-item.js +0 -83
- package/dist/nodes/list-item.js.map +0 -1
- package/dist/nodes/list-view.d.ts +0 -29
- package/dist/nodes/list-view.d.ts.map +0 -1
- package/dist/nodes/list-view.js +0 -83
- package/dist/nodes/list-view.js.map +0 -1
- package/dist/nodes/models/grid.d.ts +0 -28
- package/dist/nodes/models/grid.d.ts.map +0 -1
- package/dist/nodes/models/grid.js +0 -69
- package/dist/nodes/models/grid.js.map +0 -1
- package/dist/nodes/models/list.d.ts +0 -31
- package/dist/nodes/models/list.d.ts.map +0 -1
- package/dist/nodes/models/list.js +0 -93
- package/dist/nodes/models/list.js.map +0 -1
- package/dist/nodes/shortcut-controller.d.ts +0 -10
- package/dist/nodes/shortcut-controller.d.ts.map +0 -1
- package/dist/nodes/shortcut-controller.js +0 -23
- package/dist/nodes/shortcut-controller.js.map +0 -1
- package/src/fiber-root.ts +0 -20
- package/src/nodes/column-view.ts +0 -217
- package/src/nodes/drop-down.ts +0 -108
- package/src/nodes/grid-view.ts +0 -109
- package/src/nodes/internal/base-item-renderer.ts +0 -108
- package/src/nodes/internal/grid-item-renderer.ts +0 -78
- package/src/nodes/internal/list-item-renderer.ts +0 -162
- package/src/nodes/internal/list-store.ts +0 -105
- package/src/nodes/internal/selection-model-controller.ts +0 -115
- package/src/nodes/internal/simple-list-store.ts +0 -99
- package/src/nodes/internal/tree-store.ts +0 -237
- package/src/nodes/list-item.ts +0 -107
- package/src/nodes/list-view.ts +0 -113
- package/src/nodes/models/grid.ts +0 -105
- package/src/nodes/models/list.ts +0 -140
- package/src/nodes/shortcut-controller.ts +0 -27
|
@@ -1,56 +1,3566 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Internal metadata for the reconciler.
|
|
3
|
-
* Runtime prop/signal resolution and
|
|
3
|
+
* Runtime prop/signal resolution and construction metadata.
|
|
4
4
|
* Not part of the public API.
|
|
5
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
|
-
|
|
6
|
+
import type { Type } from "@gtkx/ffi";
|
|
7
|
+
|
|
8
|
+
/** Construction metadata for all writable properties. Used by the reconciler to create widgets via g_object_new_with_properties. */
|
|
9
|
+
export const CONSTRUCTION_META: Record<
|
|
10
|
+
string,
|
|
11
|
+
Record<string, { girName: string; ffiType: Type; constructOnly?: true }>
|
|
12
|
+
> = {
|
|
13
|
+
GtkWidget: {
|
|
14
|
+
canFocus: { girName: "can-focus", ffiType: { type: "boolean" } },
|
|
15
|
+
canTarget: { girName: "can-target", ffiType: { type: "boolean" } },
|
|
16
|
+
cssClasses: {
|
|
17
|
+
girName: "css-classes",
|
|
18
|
+
ffiType: {
|
|
19
|
+
type: "array",
|
|
20
|
+
itemType: { type: "string", ownership: "full" },
|
|
21
|
+
kind: "array",
|
|
22
|
+
ownership: "full",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
cssName: { girName: "css-name", ffiType: { type: "string", ownership: "full" }, constructOnly: true as const },
|
|
26
|
+
cursor: { girName: "cursor", ffiType: { type: "gobject", ownership: "full" } },
|
|
27
|
+
focusOnClick: { girName: "focus-on-click", ffiType: { type: "boolean" } },
|
|
28
|
+
focusable: { girName: "focusable", ffiType: { type: "boolean" } },
|
|
29
|
+
halign: {
|
|
30
|
+
girName: "halign",
|
|
31
|
+
ffiType: {
|
|
32
|
+
type: "int",
|
|
33
|
+
size: 32,
|
|
34
|
+
unsigned: false,
|
|
35
|
+
library: "libgtk-4.so.1",
|
|
36
|
+
getTypeFn: "gtk_align_get_type",
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
hasTooltip: { girName: "has-tooltip", ffiType: { type: "boolean" } },
|
|
40
|
+
heightRequest: { girName: "height-request", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
41
|
+
hexpand: { girName: "hexpand", ffiType: { type: "boolean" } },
|
|
42
|
+
hexpandSet: { girName: "hexpand-set", ffiType: { type: "boolean" } },
|
|
43
|
+
layoutManager: { girName: "layout-manager", ffiType: { type: "gobject", ownership: "full" } },
|
|
44
|
+
limitEvents: { girName: "limit-events", ffiType: { type: "boolean" } },
|
|
45
|
+
marginBottom: { girName: "margin-bottom", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
46
|
+
marginEnd: { girName: "margin-end", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
47
|
+
marginStart: { girName: "margin-start", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
48
|
+
marginTop: { girName: "margin-top", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
49
|
+
name: { girName: "name", ffiType: { type: "string", ownership: "full" } },
|
|
50
|
+
opacity: { girName: "opacity", ffiType: { type: "float", size: 64 } },
|
|
51
|
+
overflow: {
|
|
52
|
+
girName: "overflow",
|
|
53
|
+
ffiType: {
|
|
54
|
+
type: "int",
|
|
55
|
+
size: 32,
|
|
56
|
+
unsigned: false,
|
|
57
|
+
library: "libgtk-4.so.1",
|
|
58
|
+
getTypeFn: "gtk_overflow_get_type",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
receivesDefault: { girName: "receives-default", ffiType: { type: "boolean" } },
|
|
62
|
+
sensitive: { girName: "sensitive", ffiType: { type: "boolean" } },
|
|
63
|
+
tooltipMarkup: { girName: "tooltip-markup", ffiType: { type: "string", ownership: "full" } },
|
|
64
|
+
tooltipText: { girName: "tooltip-text", ffiType: { type: "string", ownership: "full" } },
|
|
65
|
+
valign: {
|
|
66
|
+
girName: "valign",
|
|
67
|
+
ffiType: {
|
|
68
|
+
type: "int",
|
|
69
|
+
size: 32,
|
|
70
|
+
unsigned: false,
|
|
71
|
+
library: "libgtk-4.so.1",
|
|
72
|
+
getTypeFn: "gtk_align_get_type",
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
vexpand: { girName: "vexpand", ffiType: { type: "boolean" } },
|
|
76
|
+
vexpandSet: { girName: "vexpand-set", ffiType: { type: "boolean" } },
|
|
77
|
+
visible: { girName: "visible", ffiType: { type: "boolean" } },
|
|
78
|
+
widthRequest: { girName: "width-request", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
79
|
+
accessibleRole: {
|
|
80
|
+
girName: "accessible-role",
|
|
81
|
+
ffiType: {
|
|
82
|
+
type: "int",
|
|
83
|
+
size: 32,
|
|
84
|
+
unsigned: false,
|
|
85
|
+
library: "libgtk-4.so.1",
|
|
86
|
+
getTypeFn: "gtk_accessible_role_get_type",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
AdwWindow: {
|
|
91
|
+
adaptivePreview: { girName: "adaptive-preview", ffiType: { type: "boolean" } },
|
|
92
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
93
|
+
},
|
|
94
|
+
GtkWindow: {
|
|
95
|
+
application: { girName: "application", ffiType: { type: "gobject", ownership: "full" } },
|
|
96
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
97
|
+
decorated: { girName: "decorated", ffiType: { type: "boolean" } },
|
|
98
|
+
defaultHeight: { girName: "default-height", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
99
|
+
defaultWidget: { girName: "default-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
100
|
+
defaultWidth: { girName: "default-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
101
|
+
deletable: { girName: "deletable", ffiType: { type: "boolean" } },
|
|
102
|
+
destroyWithParent: { girName: "destroy-with-parent", ffiType: { type: "boolean" } },
|
|
103
|
+
display: { girName: "display", ffiType: { type: "gobject", ownership: "full" } },
|
|
104
|
+
focusVisible: { girName: "focus-visible", ffiType: { type: "boolean" } },
|
|
105
|
+
focusWidget: { girName: "focus-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
106
|
+
fullscreened: { girName: "fullscreened", ffiType: { type: "boolean" } },
|
|
107
|
+
gravity: {
|
|
108
|
+
girName: "gravity",
|
|
109
|
+
ffiType: {
|
|
110
|
+
type: "int",
|
|
111
|
+
size: 32,
|
|
112
|
+
unsigned: false,
|
|
113
|
+
library: "libgtk-4.so.1",
|
|
114
|
+
getTypeFn: "gtk_window_gravity_get_type",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
handleMenubarAccel: { girName: "handle-menubar-accel", ffiType: { type: "boolean" } },
|
|
118
|
+
hideOnClose: { girName: "hide-on-close", ffiType: { type: "boolean" } },
|
|
119
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
120
|
+
maximized: { girName: "maximized", ffiType: { type: "boolean" } },
|
|
121
|
+
mnemonicsVisible: { girName: "mnemonics-visible", ffiType: { type: "boolean" } },
|
|
122
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
123
|
+
resizable: { girName: "resizable", ffiType: { type: "boolean" } },
|
|
124
|
+
startupId: { girName: "startup-id", ffiType: { type: "string", ownership: "full" } },
|
|
125
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
126
|
+
titlebar: { girName: "titlebar", ffiType: { type: "gobject", ownership: "full" } },
|
|
127
|
+
transientFor: { girName: "transient-for", ffiType: { type: "gobject", ownership: "full" } },
|
|
128
|
+
},
|
|
129
|
+
AdwAboutDialog: {
|
|
130
|
+
applicationIcon: { girName: "application-icon", ffiType: { type: "string", ownership: "full" } },
|
|
131
|
+
applicationName: { girName: "application-name", ffiType: { type: "string", ownership: "full" } },
|
|
132
|
+
artists: {
|
|
133
|
+
girName: "artists",
|
|
134
|
+
ffiType: {
|
|
135
|
+
type: "array",
|
|
136
|
+
itemType: { type: "string", ownership: "full" },
|
|
137
|
+
kind: "array",
|
|
138
|
+
ownership: "full",
|
|
139
|
+
},
|
|
140
|
+
},
|
|
141
|
+
comments: { girName: "comments", ffiType: { type: "string", ownership: "full" } },
|
|
142
|
+
copyright: { girName: "copyright", ffiType: { type: "string", ownership: "full" } },
|
|
143
|
+
debugInfo: { girName: "debug-info", ffiType: { type: "string", ownership: "full" } },
|
|
144
|
+
debugInfoFilename: { girName: "debug-info-filename", ffiType: { type: "string", ownership: "full" } },
|
|
145
|
+
designers: {
|
|
146
|
+
girName: "designers",
|
|
147
|
+
ffiType: {
|
|
148
|
+
type: "array",
|
|
149
|
+
itemType: { type: "string", ownership: "full" },
|
|
150
|
+
kind: "array",
|
|
151
|
+
ownership: "full",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
developerName: { girName: "developer-name", ffiType: { type: "string", ownership: "full" } },
|
|
155
|
+
developers: {
|
|
156
|
+
girName: "developers",
|
|
157
|
+
ffiType: {
|
|
158
|
+
type: "array",
|
|
159
|
+
itemType: { type: "string", ownership: "full" },
|
|
160
|
+
kind: "array",
|
|
161
|
+
ownership: "full",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
documenters: {
|
|
165
|
+
girName: "documenters",
|
|
166
|
+
ffiType: {
|
|
167
|
+
type: "array",
|
|
168
|
+
itemType: { type: "string", ownership: "full" },
|
|
169
|
+
kind: "array",
|
|
170
|
+
ownership: "full",
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
issueUrl: { girName: "issue-url", ffiType: { type: "string", ownership: "full" } },
|
|
174
|
+
license: { girName: "license", ffiType: { type: "string", ownership: "full" } },
|
|
175
|
+
licenseType: {
|
|
176
|
+
girName: "license-type",
|
|
177
|
+
ffiType: {
|
|
178
|
+
type: "int",
|
|
179
|
+
size: 32,
|
|
180
|
+
unsigned: false,
|
|
181
|
+
library: "libgtk-4.so.1",
|
|
182
|
+
getTypeFn: "gtk_license_get_type",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
releaseNotes: { girName: "release-notes", ffiType: { type: "string", ownership: "full" } },
|
|
186
|
+
releaseNotesVersion: { girName: "release-notes-version", ffiType: { type: "string", ownership: "full" } },
|
|
187
|
+
supportUrl: { girName: "support-url", ffiType: { type: "string", ownership: "full" } },
|
|
188
|
+
translatorCredits: { girName: "translator-credits", ffiType: { type: "string", ownership: "full" } },
|
|
189
|
+
version: { girName: "version", ffiType: { type: "string", ownership: "full" } },
|
|
190
|
+
website: { girName: "website", ffiType: { type: "string", ownership: "full" } },
|
|
191
|
+
},
|
|
192
|
+
GtkAboutDialog: {
|
|
193
|
+
artists: {
|
|
194
|
+
girName: "artists",
|
|
195
|
+
ffiType: {
|
|
196
|
+
type: "array",
|
|
197
|
+
itemType: { type: "string", ownership: "full" },
|
|
198
|
+
kind: "array",
|
|
199
|
+
ownership: "full",
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
authors: {
|
|
203
|
+
girName: "authors",
|
|
204
|
+
ffiType: {
|
|
205
|
+
type: "array",
|
|
206
|
+
itemType: { type: "string", ownership: "full" },
|
|
207
|
+
kind: "array",
|
|
208
|
+
ownership: "full",
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
comments: { girName: "comments", ffiType: { type: "string", ownership: "full" } },
|
|
212
|
+
copyright: { girName: "copyright", ffiType: { type: "string", ownership: "full" } },
|
|
213
|
+
documenters: {
|
|
214
|
+
girName: "documenters",
|
|
215
|
+
ffiType: {
|
|
216
|
+
type: "array",
|
|
217
|
+
itemType: { type: "string", ownership: "full" },
|
|
218
|
+
kind: "array",
|
|
219
|
+
ownership: "full",
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
license: { girName: "license", ffiType: { type: "string", ownership: "full" } },
|
|
223
|
+
licenseType: {
|
|
224
|
+
girName: "license-type",
|
|
225
|
+
ffiType: {
|
|
226
|
+
type: "int",
|
|
227
|
+
size: 32,
|
|
228
|
+
unsigned: false,
|
|
229
|
+
library: "libgtk-4.so.1",
|
|
230
|
+
getTypeFn: "gtk_license_get_type",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
logo: { girName: "logo", ffiType: { type: "gobject", ownership: "full" } },
|
|
234
|
+
logoIconName: { girName: "logo-icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
235
|
+
programName: { girName: "program-name", ffiType: { type: "string", ownership: "full" } },
|
|
236
|
+
systemInformation: { girName: "system-information", ffiType: { type: "string", ownership: "full" } },
|
|
237
|
+
translatorCredits: { girName: "translator-credits", ffiType: { type: "string", ownership: "full" } },
|
|
238
|
+
version: { girName: "version", ffiType: { type: "string", ownership: "full" } },
|
|
239
|
+
website: { girName: "website", ffiType: { type: "string", ownership: "full" } },
|
|
240
|
+
websiteLabel: { girName: "website-label", ffiType: { type: "string", ownership: "full" } },
|
|
241
|
+
wrapLicense: { girName: "wrap-license", ffiType: { type: "boolean" } },
|
|
242
|
+
},
|
|
243
|
+
AdwAboutWindow: {
|
|
244
|
+
applicationIcon: { girName: "application-icon", ffiType: { type: "string", ownership: "full" } },
|
|
245
|
+
applicationName: { girName: "application-name", ffiType: { type: "string", ownership: "full" } },
|
|
246
|
+
artists: {
|
|
247
|
+
girName: "artists",
|
|
248
|
+
ffiType: {
|
|
249
|
+
type: "array",
|
|
250
|
+
itemType: { type: "string", ownership: "full" },
|
|
251
|
+
kind: "array",
|
|
252
|
+
ownership: "full",
|
|
253
|
+
},
|
|
254
|
+
},
|
|
255
|
+
comments: { girName: "comments", ffiType: { type: "string", ownership: "full" } },
|
|
256
|
+
copyright: { girName: "copyright", ffiType: { type: "string", ownership: "full" } },
|
|
257
|
+
debugInfo: { girName: "debug-info", ffiType: { type: "string", ownership: "full" } },
|
|
258
|
+
debugInfoFilename: { girName: "debug-info-filename", ffiType: { type: "string", ownership: "full" } },
|
|
259
|
+
designers: {
|
|
260
|
+
girName: "designers",
|
|
261
|
+
ffiType: {
|
|
262
|
+
type: "array",
|
|
263
|
+
itemType: { type: "string", ownership: "full" },
|
|
264
|
+
kind: "array",
|
|
265
|
+
ownership: "full",
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
developerName: { girName: "developer-name", ffiType: { type: "string", ownership: "full" } },
|
|
269
|
+
developers: {
|
|
270
|
+
girName: "developers",
|
|
271
|
+
ffiType: {
|
|
272
|
+
type: "array",
|
|
273
|
+
itemType: { type: "string", ownership: "full" },
|
|
274
|
+
kind: "array",
|
|
275
|
+
ownership: "full",
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
documenters: {
|
|
279
|
+
girName: "documenters",
|
|
280
|
+
ffiType: {
|
|
281
|
+
type: "array",
|
|
282
|
+
itemType: { type: "string", ownership: "full" },
|
|
283
|
+
kind: "array",
|
|
284
|
+
ownership: "full",
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
issueUrl: { girName: "issue-url", ffiType: { type: "string", ownership: "full" } },
|
|
288
|
+
license: { girName: "license", ffiType: { type: "string", ownership: "full" } },
|
|
289
|
+
licenseType: {
|
|
290
|
+
girName: "license-type",
|
|
291
|
+
ffiType: {
|
|
292
|
+
type: "int",
|
|
293
|
+
size: 32,
|
|
294
|
+
unsigned: false,
|
|
295
|
+
library: "libgtk-4.so.1",
|
|
296
|
+
getTypeFn: "gtk_license_get_type",
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
releaseNotes: { girName: "release-notes", ffiType: { type: "string", ownership: "full" } },
|
|
300
|
+
releaseNotesVersion: { girName: "release-notes-version", ffiType: { type: "string", ownership: "full" } },
|
|
301
|
+
supportUrl: { girName: "support-url", ffiType: { type: "string", ownership: "full" } },
|
|
302
|
+
translatorCredits: { girName: "translator-credits", ffiType: { type: "string", ownership: "full" } },
|
|
303
|
+
version: { girName: "version", ffiType: { type: "string", ownership: "full" } },
|
|
304
|
+
website: { girName: "website", ffiType: { type: "string", ownership: "full" } },
|
|
305
|
+
},
|
|
306
|
+
GtkActionBar: {
|
|
307
|
+
revealed: { girName: "revealed", ffiType: { type: "boolean" } },
|
|
308
|
+
},
|
|
309
|
+
AdwActionRow: {
|
|
310
|
+
activatableWidget: { girName: "activatable-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
311
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
312
|
+
subtitle: { girName: "subtitle", ffiType: { type: "string", ownership: "full" } },
|
|
313
|
+
subtitleLines: { girName: "subtitle-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
314
|
+
subtitleSelectable: { girName: "subtitle-selectable", ffiType: { type: "boolean" } },
|
|
315
|
+
titleLines: { girName: "title-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
316
|
+
},
|
|
317
|
+
AdwAlertDialog: {
|
|
318
|
+
body: { girName: "body", ffiType: { type: "string", ownership: "full" } },
|
|
319
|
+
bodyUseMarkup: { girName: "body-use-markup", ffiType: { type: "boolean" } },
|
|
320
|
+
closeResponse: { girName: "close-response", ffiType: { type: "string", ownership: "full" } },
|
|
321
|
+
defaultResponse: { girName: "default-response", ffiType: { type: "string", ownership: "full" } },
|
|
322
|
+
extraChild: { girName: "extra-child", ffiType: { type: "gobject", ownership: "full" } },
|
|
323
|
+
heading: { girName: "heading", ffiType: { type: "string", ownership: "full" } },
|
|
324
|
+
headingUseMarkup: { girName: "heading-use-markup", ffiType: { type: "boolean" } },
|
|
325
|
+
preferWideLayout: { girName: "prefer-wide-layout", ffiType: { type: "boolean" } },
|
|
326
|
+
},
|
|
327
|
+
GtkAppChooserButton: {
|
|
328
|
+
heading: { girName: "heading", ffiType: { type: "string", ownership: "full" } },
|
|
329
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
330
|
+
showDefaultItem: { girName: "show-default-item", ffiType: { type: "boolean" } },
|
|
331
|
+
showDialogItem: { girName: "show-dialog-item", ffiType: { type: "boolean" } },
|
|
332
|
+
contentType: {
|
|
333
|
+
girName: "content-type",
|
|
334
|
+
ffiType: { type: "string", ownership: "full" },
|
|
335
|
+
constructOnly: true as const,
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
GtkAppChooserDialog: {
|
|
339
|
+
gfile: { girName: "gfile", ffiType: { type: "gobject", ownership: "full" }, constructOnly: true as const },
|
|
340
|
+
heading: { girName: "heading", ffiType: { type: "string", ownership: "full" } },
|
|
341
|
+
contentType: {
|
|
342
|
+
girName: "content-type",
|
|
343
|
+
ffiType: { type: "string", ownership: "full" },
|
|
344
|
+
constructOnly: true as const,
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
GtkAppChooserWidget: {
|
|
348
|
+
defaultText: { girName: "default-text", ffiType: { type: "string", ownership: "full" } },
|
|
349
|
+
showAll: { girName: "show-all", ffiType: { type: "boolean" } },
|
|
350
|
+
showDefault: { girName: "show-default", ffiType: { type: "boolean" } },
|
|
351
|
+
showFallback: { girName: "show-fallback", ffiType: { type: "boolean" } },
|
|
352
|
+
showOther: { girName: "show-other", ffiType: { type: "boolean" } },
|
|
353
|
+
showRecommended: { girName: "show-recommended", ffiType: { type: "boolean" } },
|
|
354
|
+
contentType: {
|
|
355
|
+
girName: "content-type",
|
|
356
|
+
ffiType: { type: "string", ownership: "full" },
|
|
357
|
+
constructOnly: true as const,
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
AdwApplicationWindow: {
|
|
361
|
+
adaptivePreview: { girName: "adaptive-preview", ffiType: { type: "boolean" } },
|
|
362
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
363
|
+
},
|
|
364
|
+
GtkApplicationWindow: {
|
|
365
|
+
showMenubar: { girName: "show-menubar", ffiType: { type: "boolean" } },
|
|
366
|
+
},
|
|
367
|
+
GtkAspectFrame: {
|
|
368
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
369
|
+
obeyChild: { girName: "obey-child", ffiType: { type: "boolean" } },
|
|
370
|
+
ratio: { girName: "ratio", ffiType: { type: "float", size: 32 } },
|
|
371
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
372
|
+
yalign: { girName: "yalign", ffiType: { type: "float", size: 32 } },
|
|
373
|
+
},
|
|
374
|
+
GtkAssistant: {
|
|
375
|
+
useHeaderBar: {
|
|
376
|
+
girName: "use-header-bar",
|
|
377
|
+
ffiType: { type: "int", size: 32, unsigned: false },
|
|
378
|
+
constructOnly: true as const,
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
AdwAvatar: {
|
|
382
|
+
customImage: { girName: "custom-image", ffiType: { type: "gobject", ownership: "full" } },
|
|
383
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
384
|
+
showInitials: { girName: "show-initials", ffiType: { type: "boolean" } },
|
|
385
|
+
size: { girName: "size", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
386
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
387
|
+
},
|
|
388
|
+
AdwBanner: {
|
|
389
|
+
buttonLabel: { girName: "button-label", ffiType: { type: "string", ownership: "full" } },
|
|
390
|
+
buttonStyle: {
|
|
391
|
+
girName: "button-style",
|
|
392
|
+
ffiType: {
|
|
393
|
+
type: "int",
|
|
394
|
+
size: 32,
|
|
395
|
+
unsigned: false,
|
|
396
|
+
library: "libadwaita-1.so.0",
|
|
397
|
+
getTypeFn: "adw_banner_button_style_get_type",
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
|
+
revealed: { girName: "revealed", ffiType: { type: "boolean" } },
|
|
401
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
402
|
+
useMarkup: { girName: "use-markup", ffiType: { type: "boolean" } },
|
|
403
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
404
|
+
actionTarget: {
|
|
405
|
+
girName: "action-target",
|
|
406
|
+
ffiType: {
|
|
407
|
+
type: "fundamental",
|
|
408
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
409
|
+
refFn: "g_variant_ref_sink",
|
|
410
|
+
unrefFn: "g_variant_unref",
|
|
411
|
+
ownership: "full",
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
},
|
|
415
|
+
AdwBin: {
|
|
416
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
417
|
+
},
|
|
418
|
+
AdwBottomSheet: {
|
|
419
|
+
align: { girName: "align", ffiType: { type: "float", size: 32 } },
|
|
420
|
+
bottomBar: { girName: "bottom-bar", ffiType: { type: "gobject", ownership: "full" } },
|
|
421
|
+
canClose: { girName: "can-close", ffiType: { type: "boolean" } },
|
|
422
|
+
canOpen: { girName: "can-open", ffiType: { type: "boolean" } },
|
|
423
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
424
|
+
fullWidth: { girName: "full-width", ffiType: { type: "boolean" } },
|
|
425
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
426
|
+
open: { girName: "open", ffiType: { type: "boolean" } },
|
|
427
|
+
revealBottomBar: { girName: "reveal-bottom-bar", ffiType: { type: "boolean" } },
|
|
428
|
+
sheet: { girName: "sheet", ffiType: { type: "gobject", ownership: "full" } },
|
|
429
|
+
showDragHandle: { girName: "show-drag-handle", ffiType: { type: "boolean" } },
|
|
430
|
+
},
|
|
431
|
+
GtkBox: {
|
|
432
|
+
baselineChild: { girName: "baseline-child", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
433
|
+
baselinePosition: {
|
|
434
|
+
girName: "baseline-position",
|
|
435
|
+
ffiType: {
|
|
436
|
+
type: "int",
|
|
437
|
+
size: 32,
|
|
438
|
+
unsigned: false,
|
|
439
|
+
library: "libgtk-4.so.1",
|
|
440
|
+
getTypeFn: "gtk_baseline_position_get_type",
|
|
441
|
+
},
|
|
442
|
+
},
|
|
443
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
444
|
+
spacing: { girName: "spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
445
|
+
orientation: {
|
|
446
|
+
girName: "orientation",
|
|
447
|
+
ffiType: {
|
|
448
|
+
type: "int",
|
|
449
|
+
size: 32,
|
|
450
|
+
unsigned: false,
|
|
451
|
+
library: "libgtk-4.so.1",
|
|
452
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
AdwBreakpointBin: {
|
|
457
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
458
|
+
},
|
|
459
|
+
GtkButton: {
|
|
460
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
461
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
462
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
463
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
464
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
465
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
466
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
467
|
+
actionTarget: {
|
|
468
|
+
girName: "action-target",
|
|
469
|
+
ffiType: {
|
|
470
|
+
type: "fundamental",
|
|
471
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
472
|
+
refFn: "g_variant_ref_sink",
|
|
473
|
+
unrefFn: "g_variant_unref",
|
|
474
|
+
ownership: "full",
|
|
475
|
+
},
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
AdwButtonContent: {
|
|
479
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
480
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
481
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
482
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
483
|
+
},
|
|
484
|
+
AdwButtonRow: {
|
|
485
|
+
endIconName: { girName: "end-icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
486
|
+
startIconName: { girName: "start-icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
487
|
+
},
|
|
488
|
+
GtkCalendar: {
|
|
489
|
+
date: {
|
|
490
|
+
girName: "date",
|
|
491
|
+
ffiType: {
|
|
492
|
+
type: "boxed",
|
|
493
|
+
innerType: "GDateTime",
|
|
494
|
+
ownership: "full",
|
|
495
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
496
|
+
getTypeFn: "g_date_time_get_type",
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
day: { girName: "day", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
500
|
+
month: { girName: "month", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
501
|
+
showDayNames: { girName: "show-day-names", ffiType: { type: "boolean" } },
|
|
502
|
+
showHeading: { girName: "show-heading", ffiType: { type: "boolean" } },
|
|
503
|
+
showWeekNumbers: { girName: "show-week-numbers", ffiType: { type: "boolean" } },
|
|
504
|
+
year: { girName: "year", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
505
|
+
},
|
|
506
|
+
AdwCarousel: {
|
|
507
|
+
allowLongSwipes: { girName: "allow-long-swipes", ffiType: { type: "boolean" } },
|
|
508
|
+
allowMouseDrag: { girName: "allow-mouse-drag", ffiType: { type: "boolean" } },
|
|
509
|
+
allowScrollWheel: { girName: "allow-scroll-wheel", ffiType: { type: "boolean" } },
|
|
510
|
+
interactive: { girName: "interactive", ffiType: { type: "boolean" } },
|
|
511
|
+
revealDuration: { girName: "reveal-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
512
|
+
scrollParams: {
|
|
513
|
+
girName: "scroll-params",
|
|
514
|
+
ffiType: {
|
|
515
|
+
type: "fundamental",
|
|
516
|
+
library: "libadwaita-1.so.0",
|
|
517
|
+
refFn: "adw_spring_params_ref",
|
|
518
|
+
unrefFn: "adw_spring_params_unref",
|
|
519
|
+
ownership: "full",
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
|
+
spacing: { girName: "spacing", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
523
|
+
orientation: {
|
|
524
|
+
girName: "orientation",
|
|
525
|
+
ffiType: {
|
|
526
|
+
type: "int",
|
|
527
|
+
size: 32,
|
|
528
|
+
unsigned: false,
|
|
529
|
+
library: "libgtk-4.so.1",
|
|
530
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
},
|
|
534
|
+
AdwCarouselIndicatorDots: {
|
|
535
|
+
carousel: { girName: "carousel", ffiType: { type: "gobject", ownership: "full" } },
|
|
536
|
+
orientation: {
|
|
537
|
+
girName: "orientation",
|
|
538
|
+
ffiType: {
|
|
539
|
+
type: "int",
|
|
540
|
+
size: 32,
|
|
541
|
+
unsigned: false,
|
|
542
|
+
library: "libgtk-4.so.1",
|
|
543
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
544
|
+
},
|
|
545
|
+
},
|
|
546
|
+
},
|
|
547
|
+
AdwCarouselIndicatorLines: {
|
|
548
|
+
carousel: { girName: "carousel", ffiType: { type: "gobject", ownership: "full" } },
|
|
549
|
+
orientation: {
|
|
550
|
+
girName: "orientation",
|
|
551
|
+
ffiType: {
|
|
552
|
+
type: "int",
|
|
553
|
+
size: 32,
|
|
554
|
+
unsigned: false,
|
|
555
|
+
library: "libgtk-4.so.1",
|
|
556
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
557
|
+
},
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
GtkCellView: {
|
|
561
|
+
cellArea: {
|
|
562
|
+
girName: "cell-area",
|
|
563
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
564
|
+
constructOnly: true as const,
|
|
565
|
+
},
|
|
566
|
+
cellAreaContext: {
|
|
567
|
+
girName: "cell-area-context",
|
|
568
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
569
|
+
constructOnly: true as const,
|
|
570
|
+
},
|
|
571
|
+
drawSensitive: { girName: "draw-sensitive", ffiType: { type: "boolean" } },
|
|
572
|
+
fitModel: { girName: "fit-model", ffiType: { type: "boolean" } },
|
|
573
|
+
model: { girName: "model", ffiType: { type: "gobject", ownership: "full" } },
|
|
574
|
+
orientation: {
|
|
575
|
+
girName: "orientation",
|
|
576
|
+
ffiType: {
|
|
577
|
+
type: "int",
|
|
578
|
+
size: 32,
|
|
579
|
+
unsigned: false,
|
|
580
|
+
library: "libgtk-4.so.1",
|
|
581
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
582
|
+
},
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
GtkCenterBox: {
|
|
586
|
+
baselinePosition: {
|
|
587
|
+
girName: "baseline-position",
|
|
588
|
+
ffiType: {
|
|
589
|
+
type: "int",
|
|
590
|
+
size: 32,
|
|
591
|
+
unsigned: false,
|
|
592
|
+
library: "libgtk-4.so.1",
|
|
593
|
+
getTypeFn: "gtk_baseline_position_get_type",
|
|
594
|
+
},
|
|
595
|
+
},
|
|
596
|
+
centerWidget: { girName: "center-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
597
|
+
endWidget: { girName: "end-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
598
|
+
shrinkCenterLast: { girName: "shrink-center-last", ffiType: { type: "boolean" } },
|
|
599
|
+
startWidget: { girName: "start-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
600
|
+
orientation: {
|
|
601
|
+
girName: "orientation",
|
|
602
|
+
ffiType: {
|
|
603
|
+
type: "int",
|
|
604
|
+
size: 32,
|
|
605
|
+
unsigned: false,
|
|
606
|
+
library: "libgtk-4.so.1",
|
|
607
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
608
|
+
},
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
GtkCheckButton: {
|
|
612
|
+
active: { girName: "active", ffiType: { type: "boolean" } },
|
|
613
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
614
|
+
group: { girName: "group", ffiType: { type: "gobject", ownership: "full" } },
|
|
615
|
+
inconsistent: { girName: "inconsistent", ffiType: { type: "boolean" } },
|
|
616
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
617
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
618
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
619
|
+
actionTarget: {
|
|
620
|
+
girName: "action-target",
|
|
621
|
+
ffiType: {
|
|
622
|
+
type: "fundamental",
|
|
623
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
624
|
+
refFn: "g_variant_ref_sink",
|
|
625
|
+
unrefFn: "g_variant_unref",
|
|
626
|
+
ownership: "full",
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
AdwClamp: {
|
|
631
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
632
|
+
maximumSize: { girName: "maximum-size", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
633
|
+
tighteningThreshold: { girName: "tightening-threshold", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
634
|
+
unit: {
|
|
635
|
+
girName: "unit",
|
|
636
|
+
ffiType: {
|
|
637
|
+
type: "int",
|
|
638
|
+
size: 32,
|
|
639
|
+
unsigned: false,
|
|
640
|
+
library: "libadwaita-1.so.0",
|
|
641
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
orientation: {
|
|
645
|
+
girName: "orientation",
|
|
646
|
+
ffiType: {
|
|
647
|
+
type: "int",
|
|
648
|
+
size: 32,
|
|
649
|
+
unsigned: false,
|
|
650
|
+
library: "libgtk-4.so.1",
|
|
651
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
AdwClampScrollable: {
|
|
656
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
657
|
+
maximumSize: { girName: "maximum-size", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
658
|
+
tighteningThreshold: { girName: "tightening-threshold", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
659
|
+
unit: {
|
|
660
|
+
girName: "unit",
|
|
661
|
+
ffiType: {
|
|
662
|
+
type: "int",
|
|
663
|
+
size: 32,
|
|
664
|
+
unsigned: false,
|
|
665
|
+
library: "libadwaita-1.so.0",
|
|
666
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
667
|
+
},
|
|
668
|
+
},
|
|
669
|
+
orientation: {
|
|
670
|
+
girName: "orientation",
|
|
671
|
+
ffiType: {
|
|
672
|
+
type: "int",
|
|
673
|
+
size: 32,
|
|
674
|
+
unsigned: false,
|
|
675
|
+
library: "libgtk-4.so.1",
|
|
676
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
680
|
+
hscrollPolicy: {
|
|
681
|
+
girName: "hscroll-policy",
|
|
682
|
+
ffiType: {
|
|
683
|
+
type: "int",
|
|
684
|
+
size: 32,
|
|
685
|
+
unsigned: false,
|
|
686
|
+
library: "libgtk-4.so.1",
|
|
687
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
691
|
+
vscrollPolicy: {
|
|
692
|
+
girName: "vscroll-policy",
|
|
693
|
+
ffiType: {
|
|
694
|
+
type: "int",
|
|
695
|
+
size: 32,
|
|
696
|
+
unsigned: false,
|
|
697
|
+
library: "libgtk-4.so.1",
|
|
698
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
699
|
+
},
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
GtkColorButton: {
|
|
703
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
704
|
+
showEditor: { girName: "show-editor", ffiType: { type: "boolean" } },
|
|
705
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
706
|
+
rgba: {
|
|
707
|
+
girName: "rgba",
|
|
708
|
+
ffiType: {
|
|
709
|
+
type: "boxed",
|
|
710
|
+
innerType: "GdkRGBA",
|
|
711
|
+
ownership: "full",
|
|
712
|
+
library: "libgtk-4.so.1",
|
|
713
|
+
getTypeFn: "gdk_rgba_get_type",
|
|
714
|
+
},
|
|
715
|
+
},
|
|
716
|
+
useAlpha: { girName: "use-alpha", ffiType: { type: "boolean" } },
|
|
717
|
+
},
|
|
718
|
+
GtkColorChooserDialog: {
|
|
719
|
+
showEditor: { girName: "show-editor", ffiType: { type: "boolean" } },
|
|
720
|
+
rgba: {
|
|
721
|
+
girName: "rgba",
|
|
722
|
+
ffiType: {
|
|
723
|
+
type: "boxed",
|
|
724
|
+
innerType: "GdkRGBA",
|
|
725
|
+
ownership: "full",
|
|
726
|
+
library: "libgtk-4.so.1",
|
|
727
|
+
getTypeFn: "gdk_rgba_get_type",
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
useAlpha: { girName: "use-alpha", ffiType: { type: "boolean" } },
|
|
731
|
+
},
|
|
732
|
+
GtkColorChooserWidget: {
|
|
733
|
+
showEditor: { girName: "show-editor", ffiType: { type: "boolean" } },
|
|
734
|
+
rgba: {
|
|
735
|
+
girName: "rgba",
|
|
736
|
+
ffiType: {
|
|
737
|
+
type: "boxed",
|
|
738
|
+
innerType: "GdkRGBA",
|
|
739
|
+
ownership: "full",
|
|
740
|
+
library: "libgtk-4.so.1",
|
|
741
|
+
getTypeFn: "gdk_rgba_get_type",
|
|
742
|
+
},
|
|
743
|
+
},
|
|
744
|
+
useAlpha: { girName: "use-alpha", ffiType: { type: "boolean" } },
|
|
745
|
+
},
|
|
746
|
+
GtkColorDialogButton: {
|
|
747
|
+
rgba: {
|
|
748
|
+
girName: "rgba",
|
|
749
|
+
ffiType: {
|
|
750
|
+
type: "boxed",
|
|
751
|
+
innerType: "GdkRGBA",
|
|
752
|
+
ownership: "full",
|
|
753
|
+
library: "libgtk-4.so.1",
|
|
754
|
+
getTypeFn: "gdk_rgba_get_type",
|
|
755
|
+
},
|
|
756
|
+
},
|
|
757
|
+
},
|
|
758
|
+
GtkColumnView: {
|
|
759
|
+
enableRubberband: { girName: "enable-rubberband", ffiType: { type: "boolean" } },
|
|
760
|
+
headerFactory: { girName: "header-factory", ffiType: { type: "gobject", ownership: "full" } },
|
|
761
|
+
reorderable: { girName: "reorderable", ffiType: { type: "boolean" } },
|
|
762
|
+
rowFactory: { girName: "row-factory", ffiType: { type: "gobject", ownership: "full" } },
|
|
763
|
+
showColumnSeparators: { girName: "show-column-separators", ffiType: { type: "boolean" } },
|
|
764
|
+
showRowSeparators: { girName: "show-row-separators", ffiType: { type: "boolean" } },
|
|
765
|
+
singleClickActivate: { girName: "single-click-activate", ffiType: { type: "boolean" } },
|
|
766
|
+
tabBehavior: {
|
|
767
|
+
girName: "tab-behavior",
|
|
768
|
+
ffiType: {
|
|
769
|
+
type: "int",
|
|
770
|
+
size: 32,
|
|
771
|
+
unsigned: false,
|
|
772
|
+
library: "libgtk-4.so.1",
|
|
773
|
+
getTypeFn: "gtk_list_tab_behavior_get_type",
|
|
774
|
+
},
|
|
775
|
+
},
|
|
776
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
777
|
+
hscrollPolicy: {
|
|
778
|
+
girName: "hscroll-policy",
|
|
779
|
+
ffiType: {
|
|
780
|
+
type: "int",
|
|
781
|
+
size: 32,
|
|
782
|
+
unsigned: false,
|
|
783
|
+
library: "libgtk-4.so.1",
|
|
784
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
788
|
+
vscrollPolicy: {
|
|
789
|
+
girName: "vscroll-policy",
|
|
790
|
+
ffiType: {
|
|
791
|
+
type: "int",
|
|
792
|
+
size: 32,
|
|
793
|
+
unsigned: false,
|
|
794
|
+
library: "libgtk-4.so.1",
|
|
795
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
796
|
+
},
|
|
797
|
+
},
|
|
798
|
+
},
|
|
799
|
+
GtkComboBox: {
|
|
800
|
+
active: { girName: "active", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
801
|
+
activeId: { girName: "active-id", ffiType: { type: "string", ownership: "full" } },
|
|
802
|
+
buttonSensitivity: {
|
|
803
|
+
girName: "button-sensitivity",
|
|
804
|
+
ffiType: {
|
|
805
|
+
type: "int",
|
|
806
|
+
size: 32,
|
|
807
|
+
unsigned: false,
|
|
808
|
+
library: "libgtk-4.so.1",
|
|
809
|
+
getTypeFn: "gtk_sensitivity_type_get_type",
|
|
810
|
+
},
|
|
811
|
+
},
|
|
812
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
813
|
+
entryTextColumn: { girName: "entry-text-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
814
|
+
hasEntry: { girName: "has-entry", ffiType: { type: "boolean" }, constructOnly: true as const },
|
|
815
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
816
|
+
idColumn: { girName: "id-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
817
|
+
model: { girName: "model", ffiType: { type: "gobject", ownership: "full" } },
|
|
818
|
+
popupFixedWidth: { girName: "popup-fixed-width", ffiType: { type: "boolean" } },
|
|
819
|
+
editingCanceled: { girName: "editing-canceled", ffiType: { type: "boolean" } },
|
|
820
|
+
},
|
|
821
|
+
AdwComboRow: {
|
|
822
|
+
enableSearch: { girName: "enable-search", ffiType: { type: "boolean" } },
|
|
823
|
+
headerFactory: { girName: "header-factory", ffiType: { type: "gobject", ownership: "full" } },
|
|
824
|
+
searchMatchMode: {
|
|
825
|
+
girName: "search-match-mode",
|
|
826
|
+
ffiType: {
|
|
827
|
+
type: "int",
|
|
828
|
+
size: 32,
|
|
829
|
+
unsigned: false,
|
|
830
|
+
library: "libgtk-4.so.1",
|
|
831
|
+
getTypeFn: "gtk_string_filter_match_mode_get_type",
|
|
832
|
+
},
|
|
833
|
+
},
|
|
834
|
+
useSubtitle: { girName: "use-subtitle", ffiType: { type: "boolean" } },
|
|
835
|
+
},
|
|
836
|
+
GtkSourceCompletionCell: {
|
|
837
|
+
column: {
|
|
838
|
+
girName: "column",
|
|
839
|
+
ffiType: {
|
|
840
|
+
type: "int",
|
|
841
|
+
size: 32,
|
|
842
|
+
unsigned: false,
|
|
843
|
+
library: "libgtksourceview-5.so.0",
|
|
844
|
+
getTypeFn: "gtk_source_completion_column_get_type",
|
|
845
|
+
},
|
|
846
|
+
constructOnly: true as const,
|
|
847
|
+
},
|
|
848
|
+
markup: { girName: "markup", ffiType: { type: "string", ownership: "full" } },
|
|
849
|
+
paintable: { girName: "paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
850
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
851
|
+
widget: { girName: "widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
852
|
+
},
|
|
853
|
+
AdwDialog: {
|
|
854
|
+
canClose: { girName: "can-close", ffiType: { type: "boolean" } },
|
|
855
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
856
|
+
contentHeight: { girName: "content-height", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
857
|
+
contentWidth: { girName: "content-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
858
|
+
defaultWidget: { girName: "default-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
859
|
+
focusWidget: { girName: "focus-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
860
|
+
followsContentSize: { girName: "follows-content-size", ffiType: { type: "boolean" } },
|
|
861
|
+
presentationMode: {
|
|
862
|
+
girName: "presentation-mode",
|
|
863
|
+
ffiType: {
|
|
864
|
+
type: "int",
|
|
865
|
+
size: 32,
|
|
866
|
+
unsigned: false,
|
|
867
|
+
library: "libadwaita-1.so.0",
|
|
868
|
+
getTypeFn: "adw_dialog_presentation_mode_get_type",
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
872
|
+
},
|
|
873
|
+
GtkDialog: {
|
|
874
|
+
useHeaderBar: {
|
|
875
|
+
girName: "use-header-bar",
|
|
876
|
+
ffiType: { type: "int", size: 32, unsigned: false },
|
|
877
|
+
constructOnly: true as const,
|
|
878
|
+
},
|
|
879
|
+
},
|
|
880
|
+
GtkDragIcon: {
|
|
881
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
882
|
+
},
|
|
883
|
+
GtkDrawingArea: {
|
|
884
|
+
contentHeight: { girName: "content-height", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
885
|
+
contentWidth: { girName: "content-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
886
|
+
},
|
|
887
|
+
GtkDropDown: {
|
|
888
|
+
enableSearch: { girName: "enable-search", ffiType: { type: "boolean" } },
|
|
889
|
+
headerFactory: { girName: "header-factory", ffiType: { type: "gobject", ownership: "full" } },
|
|
890
|
+
searchMatchMode: {
|
|
891
|
+
girName: "search-match-mode",
|
|
892
|
+
ffiType: {
|
|
893
|
+
type: "int",
|
|
894
|
+
size: 32,
|
|
895
|
+
unsigned: false,
|
|
896
|
+
library: "libgtk-4.so.1",
|
|
897
|
+
getTypeFn: "gtk_string_filter_match_mode_get_type",
|
|
898
|
+
},
|
|
899
|
+
},
|
|
900
|
+
showArrow: { girName: "show-arrow", ffiType: { type: "boolean" } },
|
|
901
|
+
},
|
|
902
|
+
GtkEditableLabel: {
|
|
903
|
+
editing: { girName: "editing", ffiType: { type: "boolean" } },
|
|
904
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
905
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
906
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
907
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
908
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
909
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
910
|
+
},
|
|
911
|
+
GtkEntry: {
|
|
912
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
913
|
+
attributes: {
|
|
914
|
+
girName: "attributes",
|
|
915
|
+
ffiType: {
|
|
916
|
+
type: "boxed",
|
|
917
|
+
innerType: "PangoAttrList",
|
|
918
|
+
ownership: "full",
|
|
919
|
+
library: "libpango-1.0.so.0",
|
|
920
|
+
getTypeFn: "pango_attr_list_get_type",
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
buffer: { girName: "buffer", ffiType: { type: "gobject", ownership: "full" } },
|
|
924
|
+
completion: { girName: "completion", ffiType: { type: "gobject", ownership: "full" } },
|
|
925
|
+
enableEmojiCompletion: { girName: "enable-emoji-completion", ffiType: { type: "boolean" } },
|
|
926
|
+
extraMenu: { girName: "extra-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
927
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
928
|
+
imModule: { girName: "im-module", ffiType: { type: "string", ownership: "full" } },
|
|
929
|
+
inputHints: {
|
|
930
|
+
girName: "input-hints",
|
|
931
|
+
ffiType: {
|
|
932
|
+
type: "int",
|
|
933
|
+
size: 32,
|
|
934
|
+
unsigned: true,
|
|
935
|
+
library: "libgtk-4.so.1",
|
|
936
|
+
getTypeFn: "gtk_input_hints_get_type",
|
|
937
|
+
},
|
|
938
|
+
},
|
|
939
|
+
inputPurpose: {
|
|
940
|
+
girName: "input-purpose",
|
|
941
|
+
ffiType: {
|
|
942
|
+
type: "int",
|
|
943
|
+
size: 32,
|
|
944
|
+
unsigned: false,
|
|
945
|
+
library: "libgtk-4.so.1",
|
|
946
|
+
getTypeFn: "gtk_input_purpose_get_type",
|
|
947
|
+
},
|
|
948
|
+
},
|
|
949
|
+
invisibleChar: { girName: "invisible-char", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
950
|
+
invisibleCharSet: { girName: "invisible-char-set", ffiType: { type: "boolean" } },
|
|
951
|
+
maxLength: { girName: "max-length", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
952
|
+
menuEntryIconPrimaryText: {
|
|
953
|
+
girName: "menu-entry-icon-primary-text",
|
|
954
|
+
ffiType: { type: "string", ownership: "full" },
|
|
955
|
+
},
|
|
956
|
+
menuEntryIconSecondaryText: {
|
|
957
|
+
girName: "menu-entry-icon-secondary-text",
|
|
958
|
+
ffiType: { type: "string", ownership: "full" },
|
|
959
|
+
},
|
|
960
|
+
overwriteMode: { girName: "overwrite-mode", ffiType: { type: "boolean" } },
|
|
961
|
+
placeholderText: { girName: "placeholder-text", ffiType: { type: "string", ownership: "full" } },
|
|
962
|
+
primaryIconActivatable: { girName: "primary-icon-activatable", ffiType: { type: "boolean" } },
|
|
963
|
+
primaryIconGicon: { girName: "primary-icon-gicon", ffiType: { type: "gobject", ownership: "full" } },
|
|
964
|
+
primaryIconName: { girName: "primary-icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
965
|
+
primaryIconPaintable: { girName: "primary-icon-paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
966
|
+
primaryIconSensitive: { girName: "primary-icon-sensitive", ffiType: { type: "boolean" } },
|
|
967
|
+
primaryIconTooltipMarkup: {
|
|
968
|
+
girName: "primary-icon-tooltip-markup",
|
|
969
|
+
ffiType: { type: "string", ownership: "full" },
|
|
970
|
+
},
|
|
971
|
+
primaryIconTooltipText: {
|
|
972
|
+
girName: "primary-icon-tooltip-text",
|
|
973
|
+
ffiType: { type: "string", ownership: "full" },
|
|
974
|
+
},
|
|
975
|
+
progressFraction: { girName: "progress-fraction", ffiType: { type: "float", size: 64 } },
|
|
976
|
+
progressPulseStep: { girName: "progress-pulse-step", ffiType: { type: "float", size: 64 } },
|
|
977
|
+
secondaryIconActivatable: { girName: "secondary-icon-activatable", ffiType: { type: "boolean" } },
|
|
978
|
+
secondaryIconGicon: { girName: "secondary-icon-gicon", ffiType: { type: "gobject", ownership: "full" } },
|
|
979
|
+
secondaryIconName: { girName: "secondary-icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
980
|
+
secondaryIconPaintable: {
|
|
981
|
+
girName: "secondary-icon-paintable",
|
|
982
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
983
|
+
},
|
|
984
|
+
secondaryIconSensitive: { girName: "secondary-icon-sensitive", ffiType: { type: "boolean" } },
|
|
985
|
+
secondaryIconTooltipMarkup: {
|
|
986
|
+
girName: "secondary-icon-tooltip-markup",
|
|
987
|
+
ffiType: { type: "string", ownership: "full" },
|
|
988
|
+
},
|
|
989
|
+
secondaryIconTooltipText: {
|
|
990
|
+
girName: "secondary-icon-tooltip-text",
|
|
991
|
+
ffiType: { type: "string", ownership: "full" },
|
|
992
|
+
},
|
|
993
|
+
showEmojiIcon: { girName: "show-emoji-icon", ffiType: { type: "boolean" } },
|
|
994
|
+
tabs: {
|
|
995
|
+
girName: "tabs",
|
|
996
|
+
ffiType: {
|
|
997
|
+
type: "boxed",
|
|
998
|
+
innerType: "PangoTabArray",
|
|
999
|
+
ownership: "full",
|
|
1000
|
+
library: "libpango-1.0.so.0",
|
|
1001
|
+
getTypeFn: "pango_tab_array_get_type",
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
truncateMultiline: { girName: "truncate-multiline", ffiType: { type: "boolean" } },
|
|
1005
|
+
visibility: { girName: "visibility", ffiType: { type: "boolean" } },
|
|
1006
|
+
editingCanceled: { girName: "editing-canceled", ffiType: { type: "boolean" } },
|
|
1007
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
1008
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
1009
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1010
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
1011
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1012
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
1013
|
+
},
|
|
1014
|
+
AdwEntryRow: {
|
|
1015
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
1016
|
+
attributes: {
|
|
1017
|
+
girName: "attributes",
|
|
1018
|
+
ffiType: {
|
|
1019
|
+
type: "boxed",
|
|
1020
|
+
innerType: "PangoAttrList",
|
|
1021
|
+
ownership: "full",
|
|
1022
|
+
library: "libpango-1.0.so.0",
|
|
1023
|
+
getTypeFn: "pango_attr_list_get_type",
|
|
1024
|
+
},
|
|
1025
|
+
},
|
|
1026
|
+
enableEmojiCompletion: { girName: "enable-emoji-completion", ffiType: { type: "boolean" } },
|
|
1027
|
+
inputHints: {
|
|
1028
|
+
girName: "input-hints",
|
|
1029
|
+
ffiType: {
|
|
1030
|
+
type: "int",
|
|
1031
|
+
size: 32,
|
|
1032
|
+
unsigned: true,
|
|
1033
|
+
library: "libgtk-4.so.1",
|
|
1034
|
+
getTypeFn: "gtk_input_hints_get_type",
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
inputPurpose: {
|
|
1038
|
+
girName: "input-purpose",
|
|
1039
|
+
ffiType: {
|
|
1040
|
+
type: "int",
|
|
1041
|
+
size: 32,
|
|
1042
|
+
unsigned: false,
|
|
1043
|
+
library: "libgtk-4.so.1",
|
|
1044
|
+
getTypeFn: "gtk_input_purpose_get_type",
|
|
1045
|
+
},
|
|
1046
|
+
},
|
|
1047
|
+
maxLength: { girName: "max-length", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1048
|
+
showApplyButton: { girName: "show-apply-button", ffiType: { type: "boolean" } },
|
|
1049
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
1050
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
1051
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1052
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
1053
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1054
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
1055
|
+
},
|
|
1056
|
+
GtkExpander: {
|
|
1057
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1058
|
+
expanded: { girName: "expanded", ffiType: { type: "boolean" } },
|
|
1059
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
1060
|
+
labelWidget: { girName: "label-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
1061
|
+
resizeToplevel: { girName: "resize-toplevel", ffiType: { type: "boolean" } },
|
|
1062
|
+
useMarkup: { girName: "use-markup", ffiType: { type: "boolean" } },
|
|
1063
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
1064
|
+
},
|
|
1065
|
+
AdwExpanderRow: {
|
|
1066
|
+
enableExpansion: { girName: "enable-expansion", ffiType: { type: "boolean" } },
|
|
1067
|
+
expanded: { girName: "expanded", ffiType: { type: "boolean" } },
|
|
1068
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
1069
|
+
showEnableSwitch: { girName: "show-enable-switch", ffiType: { type: "boolean" } },
|
|
1070
|
+
subtitle: { girName: "subtitle", ffiType: { type: "string", ownership: "full" } },
|
|
1071
|
+
subtitleLines: { girName: "subtitle-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1072
|
+
titleLines: { girName: "title-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1073
|
+
},
|
|
1074
|
+
GtkFileChooserDialog: {
|
|
1075
|
+
action: {
|
|
1076
|
+
girName: "action",
|
|
1077
|
+
ffiType: {
|
|
1078
|
+
type: "int",
|
|
1079
|
+
size: 32,
|
|
1080
|
+
unsigned: false,
|
|
1081
|
+
library: "libgtk-4.so.1",
|
|
1082
|
+
getTypeFn: "gtk_file_chooser_action_get_type",
|
|
1083
|
+
},
|
|
1084
|
+
},
|
|
1085
|
+
createFolders: { girName: "create-folders", ffiType: { type: "boolean" } },
|
|
1086
|
+
filter: { girName: "filter", ffiType: { type: "gobject", ownership: "full" } },
|
|
1087
|
+
selectMultiple: { girName: "select-multiple", ffiType: { type: "boolean" } },
|
|
1088
|
+
},
|
|
1089
|
+
GtkFileChooserWidget: {
|
|
1090
|
+
searchMode: { girName: "search-mode", ffiType: { type: "boolean" } },
|
|
1091
|
+
action: {
|
|
1092
|
+
girName: "action",
|
|
1093
|
+
ffiType: {
|
|
1094
|
+
type: "int",
|
|
1095
|
+
size: 32,
|
|
1096
|
+
unsigned: false,
|
|
1097
|
+
library: "libgtk-4.so.1",
|
|
1098
|
+
getTypeFn: "gtk_file_chooser_action_get_type",
|
|
1099
|
+
},
|
|
1100
|
+
},
|
|
1101
|
+
createFolders: { girName: "create-folders", ffiType: { type: "boolean" } },
|
|
1102
|
+
filter: { girName: "filter", ffiType: { type: "gobject", ownership: "full" } },
|
|
1103
|
+
selectMultiple: { girName: "select-multiple", ffiType: { type: "boolean" } },
|
|
1104
|
+
},
|
|
1105
|
+
AdwFlap: {
|
|
1106
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
1107
|
+
flap: { girName: "flap", ffiType: { type: "gobject", ownership: "full" } },
|
|
1108
|
+
flapPosition: {
|
|
1109
|
+
girName: "flap-position",
|
|
1110
|
+
ffiType: {
|
|
1111
|
+
type: "int",
|
|
1112
|
+
size: 32,
|
|
1113
|
+
unsigned: false,
|
|
1114
|
+
library: "libgtk-4.so.1",
|
|
1115
|
+
getTypeFn: "gtk_pack_type_get_type",
|
|
1116
|
+
},
|
|
1117
|
+
},
|
|
1118
|
+
foldDuration: { girName: "fold-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1119
|
+
foldPolicy: {
|
|
1120
|
+
girName: "fold-policy",
|
|
1121
|
+
ffiType: {
|
|
1122
|
+
type: "int",
|
|
1123
|
+
size: 32,
|
|
1124
|
+
unsigned: false,
|
|
1125
|
+
library: "libadwaita-1.so.0",
|
|
1126
|
+
getTypeFn: "adw_flap_fold_policy_get_type",
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
foldThresholdPolicy: {
|
|
1130
|
+
girName: "fold-threshold-policy",
|
|
1131
|
+
ffiType: {
|
|
1132
|
+
type: "int",
|
|
1133
|
+
size: 32,
|
|
1134
|
+
unsigned: false,
|
|
1135
|
+
library: "libadwaita-1.so.0",
|
|
1136
|
+
getTypeFn: "adw_fold_threshold_policy_get_type",
|
|
1137
|
+
},
|
|
1138
|
+
},
|
|
1139
|
+
locked: { girName: "locked", ffiType: { type: "boolean" } },
|
|
1140
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
1141
|
+
revealFlap: { girName: "reveal-flap", ffiType: { type: "boolean" } },
|
|
1142
|
+
revealParams: {
|
|
1143
|
+
girName: "reveal-params",
|
|
1144
|
+
ffiType: {
|
|
1145
|
+
type: "fundamental",
|
|
1146
|
+
library: "libadwaita-1.so.0",
|
|
1147
|
+
refFn: "adw_spring_params_ref",
|
|
1148
|
+
unrefFn: "adw_spring_params_unref",
|
|
1149
|
+
ownership: "full",
|
|
1150
|
+
},
|
|
1151
|
+
},
|
|
1152
|
+
separator: { girName: "separator", ffiType: { type: "gobject", ownership: "full" } },
|
|
1153
|
+
swipeToClose: { girName: "swipe-to-close", ffiType: { type: "boolean" } },
|
|
1154
|
+
swipeToOpen: { girName: "swipe-to-open", ffiType: { type: "boolean" } },
|
|
1155
|
+
transitionType: {
|
|
1156
|
+
girName: "transition-type",
|
|
1157
|
+
ffiType: {
|
|
1158
|
+
type: "int",
|
|
1159
|
+
size: 32,
|
|
1160
|
+
unsigned: false,
|
|
1161
|
+
library: "libadwaita-1.so.0",
|
|
1162
|
+
getTypeFn: "adw_flap_transition_type_get_type",
|
|
1163
|
+
},
|
|
1164
|
+
},
|
|
1165
|
+
orientation: {
|
|
1166
|
+
girName: "orientation",
|
|
1167
|
+
ffiType: {
|
|
1168
|
+
type: "int",
|
|
1169
|
+
size: 32,
|
|
1170
|
+
unsigned: false,
|
|
1171
|
+
library: "libgtk-4.so.1",
|
|
1172
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1173
|
+
},
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1176
|
+
GtkFlowBox: {
|
|
1177
|
+
acceptUnpairedRelease: { girName: "accept-unpaired-release", ffiType: { type: "boolean" } },
|
|
1178
|
+
activateOnSingleClick: { girName: "activate-on-single-click", ffiType: { type: "boolean" } },
|
|
1179
|
+
columnSpacing: { girName: "column-spacing", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1180
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
1181
|
+
maxChildrenPerLine: { girName: "max-children-per-line", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1182
|
+
minChildrenPerLine: { girName: "min-children-per-line", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1183
|
+
rowSpacing: { girName: "row-spacing", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1184
|
+
selectionMode: {
|
|
1185
|
+
girName: "selection-mode",
|
|
1186
|
+
ffiType: {
|
|
1187
|
+
type: "int",
|
|
1188
|
+
size: 32,
|
|
1189
|
+
unsigned: false,
|
|
1190
|
+
library: "libgtk-4.so.1",
|
|
1191
|
+
getTypeFn: "gtk_selection_mode_get_type",
|
|
1192
|
+
},
|
|
1193
|
+
},
|
|
1194
|
+
orientation: {
|
|
1195
|
+
girName: "orientation",
|
|
1196
|
+
ffiType: {
|
|
1197
|
+
type: "int",
|
|
1198
|
+
size: 32,
|
|
1199
|
+
unsigned: false,
|
|
1200
|
+
library: "libgtk-4.so.1",
|
|
1201
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1202
|
+
},
|
|
1203
|
+
},
|
|
1204
|
+
},
|
|
1205
|
+
GtkFlowBoxChild: {
|
|
1206
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1207
|
+
},
|
|
1208
|
+
GtkFontButton: {
|
|
1209
|
+
modal: { girName: "modal", ffiType: { type: "boolean" } },
|
|
1210
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
1211
|
+
useFont: { girName: "use-font", ffiType: { type: "boolean" } },
|
|
1212
|
+
useSize: { girName: "use-size", ffiType: { type: "boolean" } },
|
|
1213
|
+
font: { girName: "font", ffiType: { type: "string", ownership: "full" } },
|
|
1214
|
+
fontDesc: {
|
|
1215
|
+
girName: "font-desc",
|
|
1216
|
+
ffiType: {
|
|
1217
|
+
type: "boxed",
|
|
1218
|
+
innerType: "PangoFontDescription",
|
|
1219
|
+
ownership: "full",
|
|
1220
|
+
library: "libpango-1.0.so.0",
|
|
1221
|
+
getTypeFn: "pango_font_description_get_type",
|
|
1222
|
+
},
|
|
1223
|
+
},
|
|
1224
|
+
language: { girName: "language", ffiType: { type: "string", ownership: "full" } },
|
|
1225
|
+
level: {
|
|
1226
|
+
girName: "level",
|
|
1227
|
+
ffiType: {
|
|
1228
|
+
type: "int",
|
|
1229
|
+
size: 32,
|
|
1230
|
+
unsigned: true,
|
|
1231
|
+
library: "libgtk-4.so.1",
|
|
1232
|
+
getTypeFn: "gtk_font_chooser_level_get_type",
|
|
1233
|
+
},
|
|
1234
|
+
},
|
|
1235
|
+
previewText: { girName: "preview-text", ffiType: { type: "string", ownership: "full" } },
|
|
1236
|
+
showPreviewEntry: { girName: "show-preview-entry", ffiType: { type: "boolean" } },
|
|
1237
|
+
},
|
|
1238
|
+
GtkFontChooserDialog: {
|
|
1239
|
+
font: { girName: "font", ffiType: { type: "string", ownership: "full" } },
|
|
1240
|
+
fontDesc: {
|
|
1241
|
+
girName: "font-desc",
|
|
1242
|
+
ffiType: {
|
|
1243
|
+
type: "boxed",
|
|
1244
|
+
innerType: "PangoFontDescription",
|
|
1245
|
+
ownership: "full",
|
|
1246
|
+
library: "libpango-1.0.so.0",
|
|
1247
|
+
getTypeFn: "pango_font_description_get_type",
|
|
1248
|
+
},
|
|
1249
|
+
},
|
|
1250
|
+
language: { girName: "language", ffiType: { type: "string", ownership: "full" } },
|
|
1251
|
+
level: {
|
|
1252
|
+
girName: "level",
|
|
1253
|
+
ffiType: {
|
|
1254
|
+
type: "int",
|
|
1255
|
+
size: 32,
|
|
1256
|
+
unsigned: true,
|
|
1257
|
+
library: "libgtk-4.so.1",
|
|
1258
|
+
getTypeFn: "gtk_font_chooser_level_get_type",
|
|
1259
|
+
},
|
|
1260
|
+
},
|
|
1261
|
+
previewText: { girName: "preview-text", ffiType: { type: "string", ownership: "full" } },
|
|
1262
|
+
showPreviewEntry: { girName: "show-preview-entry", ffiType: { type: "boolean" } },
|
|
1263
|
+
},
|
|
1264
|
+
GtkFontChooserWidget: {
|
|
1265
|
+
font: { girName: "font", ffiType: { type: "string", ownership: "full" } },
|
|
1266
|
+
fontDesc: {
|
|
1267
|
+
girName: "font-desc",
|
|
1268
|
+
ffiType: {
|
|
1269
|
+
type: "boxed",
|
|
1270
|
+
innerType: "PangoFontDescription",
|
|
1271
|
+
ownership: "full",
|
|
1272
|
+
library: "libpango-1.0.so.0",
|
|
1273
|
+
getTypeFn: "pango_font_description_get_type",
|
|
1274
|
+
},
|
|
1275
|
+
},
|
|
1276
|
+
language: { girName: "language", ffiType: { type: "string", ownership: "full" } },
|
|
1277
|
+
level: {
|
|
1278
|
+
girName: "level",
|
|
1279
|
+
ffiType: {
|
|
1280
|
+
type: "int",
|
|
1281
|
+
size: 32,
|
|
1282
|
+
unsigned: true,
|
|
1283
|
+
library: "libgtk-4.so.1",
|
|
1284
|
+
getTypeFn: "gtk_font_chooser_level_get_type",
|
|
1285
|
+
},
|
|
1286
|
+
},
|
|
1287
|
+
previewText: { girName: "preview-text", ffiType: { type: "string", ownership: "full" } },
|
|
1288
|
+
showPreviewEntry: { girName: "show-preview-entry", ffiType: { type: "boolean" } },
|
|
1289
|
+
},
|
|
1290
|
+
GtkFontDialogButton: {
|
|
1291
|
+
fontDesc: {
|
|
1292
|
+
girName: "font-desc",
|
|
1293
|
+
ffiType: {
|
|
1294
|
+
type: "boxed",
|
|
1295
|
+
innerType: "PangoFontDescription",
|
|
1296
|
+
ownership: "full",
|
|
1297
|
+
library: "libpango-1.0.so.0",
|
|
1298
|
+
getTypeFn: "pango_font_description_get_type",
|
|
1299
|
+
},
|
|
1300
|
+
},
|
|
1301
|
+
fontFeatures: { girName: "font-features", ffiType: { type: "string", ownership: "full" } },
|
|
1302
|
+
language: {
|
|
1303
|
+
girName: "language",
|
|
1304
|
+
ffiType: {
|
|
1305
|
+
type: "boxed",
|
|
1306
|
+
innerType: "PangoLanguage",
|
|
1307
|
+
ownership: "full",
|
|
1308
|
+
library: "libpango-1.0.so.0",
|
|
1309
|
+
getTypeFn: "pango_language_get_type",
|
|
1310
|
+
},
|
|
1311
|
+
},
|
|
1312
|
+
level: {
|
|
1313
|
+
girName: "level",
|
|
1314
|
+
ffiType: {
|
|
1315
|
+
type: "int",
|
|
1316
|
+
size: 32,
|
|
1317
|
+
unsigned: false,
|
|
1318
|
+
library: "libgtk-4.so.1",
|
|
1319
|
+
getTypeFn: "gtk_font_level_get_type",
|
|
1320
|
+
},
|
|
1321
|
+
},
|
|
1322
|
+
useFont: { girName: "use-font", ffiType: { type: "boolean" } },
|
|
1323
|
+
useSize: { girName: "use-size", ffiType: { type: "boolean" } },
|
|
1324
|
+
},
|
|
1325
|
+
GtkFrame: {
|
|
1326
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1327
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
1328
|
+
labelWidget: { girName: "label-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
1329
|
+
labelXalign: { girName: "label-xalign", ffiType: { type: "float", size: 32 } },
|
|
1330
|
+
},
|
|
1331
|
+
GtkGLArea: {
|
|
1332
|
+
allowedApis: {
|
|
1333
|
+
girName: "allowed-apis",
|
|
1334
|
+
ffiType: {
|
|
1335
|
+
type: "int",
|
|
1336
|
+
size: 32,
|
|
1337
|
+
unsigned: true,
|
|
1338
|
+
library: "libgtk-4.so.1",
|
|
1339
|
+
getTypeFn: "gdk_gl_api_get_type",
|
|
1340
|
+
},
|
|
1341
|
+
},
|
|
1342
|
+
autoRender: { girName: "auto-render", ffiType: { type: "boolean" } },
|
|
1343
|
+
hasDepthBuffer: { girName: "has-depth-buffer", ffiType: { type: "boolean" } },
|
|
1344
|
+
hasStencilBuffer: { girName: "has-stencil-buffer", ffiType: { type: "boolean" } },
|
|
1345
|
+
useEs: { girName: "use-es", ffiType: { type: "boolean" } },
|
|
1346
|
+
},
|
|
1347
|
+
GtkGraphicsOffload: {
|
|
1348
|
+
blackBackground: { girName: "black-background", ffiType: { type: "boolean" } },
|
|
1349
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1350
|
+
enabled: {
|
|
1351
|
+
girName: "enabled",
|
|
1352
|
+
ffiType: {
|
|
1353
|
+
type: "int",
|
|
1354
|
+
size: 32,
|
|
1355
|
+
unsigned: false,
|
|
1356
|
+
library: "libgtk-4.so.1",
|
|
1357
|
+
getTypeFn: "gtk_graphics_offload_enabled_get_type",
|
|
1358
|
+
},
|
|
1359
|
+
},
|
|
1360
|
+
},
|
|
1361
|
+
GtkGrid: {
|
|
1362
|
+
baselineRow: { girName: "baseline-row", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1363
|
+
columnHomogeneous: { girName: "column-homogeneous", ffiType: { type: "boolean" } },
|
|
1364
|
+
columnSpacing: { girName: "column-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1365
|
+
rowHomogeneous: { girName: "row-homogeneous", ffiType: { type: "boolean" } },
|
|
1366
|
+
rowSpacing: { girName: "row-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1367
|
+
orientation: {
|
|
1368
|
+
girName: "orientation",
|
|
1369
|
+
ffiType: {
|
|
1370
|
+
type: "int",
|
|
1371
|
+
size: 32,
|
|
1372
|
+
unsigned: false,
|
|
1373
|
+
library: "libgtk-4.so.1",
|
|
1374
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1375
|
+
},
|
|
1376
|
+
},
|
|
1377
|
+
},
|
|
1378
|
+
GtkGridView: {
|
|
1379
|
+
enableRubberband: { girName: "enable-rubberband", ffiType: { type: "boolean" } },
|
|
1380
|
+
maxColumns: { girName: "max-columns", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1381
|
+
minColumns: { girName: "min-columns", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1382
|
+
singleClickActivate: { girName: "single-click-activate", ffiType: { type: "boolean" } },
|
|
1383
|
+
tabBehavior: {
|
|
1384
|
+
girName: "tab-behavior",
|
|
1385
|
+
ffiType: {
|
|
1386
|
+
type: "int",
|
|
1387
|
+
size: 32,
|
|
1388
|
+
unsigned: false,
|
|
1389
|
+
library: "libgtk-4.so.1",
|
|
1390
|
+
getTypeFn: "gtk_list_tab_behavior_get_type",
|
|
1391
|
+
},
|
|
1392
|
+
},
|
|
1393
|
+
},
|
|
1394
|
+
GtkSourceGutter: {
|
|
1395
|
+
view: { girName: "view", ffiType: { type: "gobject", ownership: "full" }, constructOnly: true as const },
|
|
1396
|
+
windowType: {
|
|
1397
|
+
girName: "window-type",
|
|
1398
|
+
ffiType: {
|
|
1399
|
+
type: "int",
|
|
1400
|
+
size: 32,
|
|
1401
|
+
unsigned: false,
|
|
1402
|
+
library: "libgtk-4.so.1",
|
|
1403
|
+
getTypeFn: "gtk_text_window_type_get_type",
|
|
1404
|
+
},
|
|
1405
|
+
constructOnly: true as const,
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
GtkSourceGutterRenderer: {
|
|
1409
|
+
alignmentMode: {
|
|
1410
|
+
girName: "alignment-mode",
|
|
1411
|
+
ffiType: {
|
|
1412
|
+
type: "int",
|
|
1413
|
+
size: 32,
|
|
1414
|
+
unsigned: false,
|
|
1415
|
+
library: "libgtksourceview-5.so.0",
|
|
1416
|
+
getTypeFn: "gtk_source_gutter_renderer_alignment_mode_get_type",
|
|
1417
|
+
},
|
|
1418
|
+
},
|
|
1419
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
1420
|
+
xpad: { girName: "xpad", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1421
|
+
yalign: { girName: "yalign", ffiType: { type: "float", size: 32 } },
|
|
1422
|
+
ypad: { girName: "ypad", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1423
|
+
},
|
|
1424
|
+
GtkSourceGutterRendererPixbuf: {
|
|
1425
|
+
gicon: { girName: "gicon", ffiType: { type: "gobject", ownership: "full" } },
|
|
1426
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
1427
|
+
paintable: { girName: "paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
1428
|
+
pixbuf: { girName: "pixbuf", ffiType: { type: "gobject", ownership: "full" } },
|
|
1429
|
+
},
|
|
1430
|
+
GtkSourceGutterRendererText: {
|
|
1431
|
+
markup: { girName: "markup", ffiType: { type: "string", ownership: "full" } },
|
|
1432
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
1433
|
+
},
|
|
1434
|
+
AdwHeaderBar: {
|
|
1435
|
+
centeringPolicy: {
|
|
1436
|
+
girName: "centering-policy",
|
|
1437
|
+
ffiType: {
|
|
1438
|
+
type: "int",
|
|
1439
|
+
size: 32,
|
|
1440
|
+
unsigned: false,
|
|
1441
|
+
library: "libadwaita-1.so.0",
|
|
1442
|
+
getTypeFn: "adw_centering_policy_get_type",
|
|
1443
|
+
},
|
|
1444
|
+
},
|
|
1445
|
+
decorationLayout: { girName: "decoration-layout", ffiType: { type: "string", ownership: "full" } },
|
|
1446
|
+
showBackButton: { girName: "show-back-button", ffiType: { type: "boolean" } },
|
|
1447
|
+
showEndTitleButtons: { girName: "show-end-title-buttons", ffiType: { type: "boolean" } },
|
|
1448
|
+
showStartTitleButtons: { girName: "show-start-title-buttons", ffiType: { type: "boolean" } },
|
|
1449
|
+
showTitle: { girName: "show-title", ffiType: { type: "boolean" } },
|
|
1450
|
+
titleWidget: { girName: "title-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
1451
|
+
},
|
|
1452
|
+
GtkHeaderBar: {
|
|
1453
|
+
decorationLayout: { girName: "decoration-layout", ffiType: { type: "string", ownership: "full" } },
|
|
1454
|
+
showTitleButtons: { girName: "show-title-buttons", ffiType: { type: "boolean" } },
|
|
1455
|
+
titleWidget: { girName: "title-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
1456
|
+
useNativeControls: { girName: "use-native-controls", ffiType: { type: "boolean" } },
|
|
1457
|
+
},
|
|
1458
|
+
GtkIconView: {
|
|
1459
|
+
activateOnSingleClick: { girName: "activate-on-single-click", ffiType: { type: "boolean" } },
|
|
1460
|
+
cellArea: {
|
|
1461
|
+
girName: "cell-area",
|
|
1462
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
1463
|
+
constructOnly: true as const,
|
|
1464
|
+
},
|
|
1465
|
+
columnSpacing: { girName: "column-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1466
|
+
columns: { girName: "columns", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1467
|
+
itemOrientation: {
|
|
1468
|
+
girName: "item-orientation",
|
|
1469
|
+
ffiType: {
|
|
1470
|
+
type: "int",
|
|
1471
|
+
size: 32,
|
|
1472
|
+
unsigned: false,
|
|
1473
|
+
library: "libgtk-4.so.1",
|
|
1474
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1475
|
+
},
|
|
1476
|
+
},
|
|
1477
|
+
itemPadding: { girName: "item-padding", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1478
|
+
itemWidth: { girName: "item-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1479
|
+
margin: { girName: "margin", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1480
|
+
markupColumn: { girName: "markup-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1481
|
+
model: { girName: "model", ffiType: { type: "gobject", ownership: "full" } },
|
|
1482
|
+
pixbufColumn: { girName: "pixbuf-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1483
|
+
reorderable: { girName: "reorderable", ffiType: { type: "boolean" } },
|
|
1484
|
+
rowSpacing: { girName: "row-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1485
|
+
selectionMode: {
|
|
1486
|
+
girName: "selection-mode",
|
|
1487
|
+
ffiType: {
|
|
1488
|
+
type: "int",
|
|
1489
|
+
size: 32,
|
|
1490
|
+
unsigned: false,
|
|
1491
|
+
library: "libgtk-4.so.1",
|
|
1492
|
+
getTypeFn: "gtk_selection_mode_get_type",
|
|
1493
|
+
},
|
|
1494
|
+
},
|
|
1495
|
+
spacing: { girName: "spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1496
|
+
textColumn: { girName: "text-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1497
|
+
tooltipColumn: { girName: "tooltip-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1498
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
1499
|
+
hscrollPolicy: {
|
|
1500
|
+
girName: "hscroll-policy",
|
|
1501
|
+
ffiType: {
|
|
1502
|
+
type: "int",
|
|
1503
|
+
size: 32,
|
|
1504
|
+
unsigned: false,
|
|
1505
|
+
library: "libgtk-4.so.1",
|
|
1506
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
1507
|
+
},
|
|
1508
|
+
},
|
|
1509
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
1510
|
+
vscrollPolicy: {
|
|
1511
|
+
girName: "vscroll-policy",
|
|
1512
|
+
ffiType: {
|
|
1513
|
+
type: "int",
|
|
1514
|
+
size: 32,
|
|
1515
|
+
unsigned: false,
|
|
1516
|
+
library: "libgtk-4.so.1",
|
|
1517
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
1518
|
+
},
|
|
1519
|
+
},
|
|
1520
|
+
},
|
|
1521
|
+
GtkImage: {
|
|
1522
|
+
file: { girName: "file", ffiType: { type: "string", ownership: "full" } },
|
|
1523
|
+
gicon: { girName: "gicon", ffiType: { type: "gobject", ownership: "full" } },
|
|
1524
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
1525
|
+
iconSize: {
|
|
1526
|
+
girName: "icon-size",
|
|
1527
|
+
ffiType: {
|
|
1528
|
+
type: "int",
|
|
1529
|
+
size: 32,
|
|
1530
|
+
unsigned: false,
|
|
1531
|
+
library: "libgtk-4.so.1",
|
|
1532
|
+
getTypeFn: "gtk_icon_size_get_type",
|
|
1533
|
+
},
|
|
1534
|
+
},
|
|
1535
|
+
paintable: { girName: "paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
1536
|
+
pixelSize: { girName: "pixel-size", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1537
|
+
resource: { girName: "resource", ffiType: { type: "string", ownership: "full" } },
|
|
1538
|
+
useFallback: { girName: "use-fallback", ffiType: { type: "boolean" } },
|
|
1539
|
+
},
|
|
1540
|
+
GtkInfoBar: {
|
|
1541
|
+
messageType: {
|
|
1542
|
+
girName: "message-type",
|
|
1543
|
+
ffiType: {
|
|
1544
|
+
type: "int",
|
|
1545
|
+
size: 32,
|
|
1546
|
+
unsigned: false,
|
|
1547
|
+
library: "libgtk-4.so.1",
|
|
1548
|
+
getTypeFn: "gtk_message_type_get_type",
|
|
1549
|
+
},
|
|
1550
|
+
},
|
|
1551
|
+
revealed: { girName: "revealed", ffiType: { type: "boolean" } },
|
|
1552
|
+
showCloseButton: { girName: "show-close-button", ffiType: { type: "boolean" } },
|
|
1553
|
+
},
|
|
1554
|
+
AdwInlineViewSwitcher: {
|
|
1555
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
1556
|
+
displayMode: {
|
|
1557
|
+
girName: "display-mode",
|
|
1558
|
+
ffiType: {
|
|
1559
|
+
type: "int",
|
|
1560
|
+
size: 32,
|
|
1561
|
+
unsigned: false,
|
|
1562
|
+
library: "libadwaita-1.so.0",
|
|
1563
|
+
getTypeFn: "adw_inline_view_switcher_display_mode_get_type",
|
|
1564
|
+
},
|
|
1565
|
+
},
|
|
1566
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
1567
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
1568
|
+
orientation: {
|
|
1569
|
+
girName: "orientation",
|
|
1570
|
+
ffiType: {
|
|
1571
|
+
type: "int",
|
|
1572
|
+
size: 32,
|
|
1573
|
+
unsigned: false,
|
|
1574
|
+
library: "libgtk-4.so.1",
|
|
1575
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1576
|
+
},
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1579
|
+
GtkInscription: {
|
|
1580
|
+
attributes: {
|
|
1581
|
+
girName: "attributes",
|
|
1582
|
+
ffiType: {
|
|
1583
|
+
type: "boxed",
|
|
1584
|
+
innerType: "PangoAttrList",
|
|
1585
|
+
ownership: "full",
|
|
1586
|
+
library: "libpango-1.0.so.0",
|
|
1587
|
+
getTypeFn: "pango_attr_list_get_type",
|
|
1588
|
+
},
|
|
1589
|
+
},
|
|
1590
|
+
markup: { girName: "markup", ffiType: { type: "string", ownership: "full" } },
|
|
1591
|
+
minChars: { girName: "min-chars", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1592
|
+
minLines: { girName: "min-lines", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1593
|
+
natChars: { girName: "nat-chars", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1594
|
+
natLines: { girName: "nat-lines", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
1595
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
1596
|
+
textOverflow: {
|
|
1597
|
+
girName: "text-overflow",
|
|
1598
|
+
ffiType: {
|
|
1599
|
+
type: "int",
|
|
1600
|
+
size: 32,
|
|
1601
|
+
unsigned: false,
|
|
1602
|
+
library: "libgtk-4.so.1",
|
|
1603
|
+
getTypeFn: "gtk_inscription_overflow_get_type",
|
|
1604
|
+
},
|
|
1605
|
+
},
|
|
1606
|
+
wrapMode: {
|
|
1607
|
+
girName: "wrap-mode",
|
|
1608
|
+
ffiType: {
|
|
1609
|
+
type: "int",
|
|
1610
|
+
size: 32,
|
|
1611
|
+
unsigned: false,
|
|
1612
|
+
library: "libpango-1.0.so.0",
|
|
1613
|
+
getTypeFn: "pango_wrap_mode_get_type",
|
|
1614
|
+
},
|
|
1615
|
+
},
|
|
1616
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
1617
|
+
yalign: { girName: "yalign", ffiType: { type: "float", size: 32 } },
|
|
1618
|
+
},
|
|
1619
|
+
GtkLabel: {
|
|
1620
|
+
attributes: {
|
|
1621
|
+
girName: "attributes",
|
|
1622
|
+
ffiType: {
|
|
1623
|
+
type: "boxed",
|
|
1624
|
+
innerType: "PangoAttrList",
|
|
1625
|
+
ownership: "full",
|
|
1626
|
+
library: "libpango-1.0.so.0",
|
|
1627
|
+
getTypeFn: "pango_attr_list_get_type",
|
|
1628
|
+
},
|
|
1629
|
+
},
|
|
1630
|
+
ellipsize: {
|
|
1631
|
+
girName: "ellipsize",
|
|
1632
|
+
ffiType: {
|
|
1633
|
+
type: "int",
|
|
1634
|
+
size: 32,
|
|
1635
|
+
unsigned: false,
|
|
1636
|
+
library: "libpango-1.0.so.0",
|
|
1637
|
+
getTypeFn: "pango_ellipsize_mode_get_type",
|
|
1638
|
+
},
|
|
1639
|
+
},
|
|
1640
|
+
extraMenu: { girName: "extra-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
1641
|
+
justify: {
|
|
1642
|
+
girName: "justify",
|
|
1643
|
+
ffiType: {
|
|
1644
|
+
type: "int",
|
|
1645
|
+
size: 32,
|
|
1646
|
+
unsigned: false,
|
|
1647
|
+
library: "libgtk-4.so.1",
|
|
1648
|
+
getTypeFn: "gtk_justification_get_type",
|
|
1649
|
+
},
|
|
1650
|
+
},
|
|
1651
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
1652
|
+
lines: { girName: "lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1653
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1654
|
+
mnemonicWidget: { girName: "mnemonic-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
1655
|
+
naturalWrapMode: {
|
|
1656
|
+
girName: "natural-wrap-mode",
|
|
1657
|
+
ffiType: {
|
|
1658
|
+
type: "int",
|
|
1659
|
+
size: 32,
|
|
1660
|
+
unsigned: false,
|
|
1661
|
+
library: "libgtk-4.so.1",
|
|
1662
|
+
getTypeFn: "gtk_natural_wrap_mode_get_type",
|
|
1663
|
+
},
|
|
1664
|
+
},
|
|
1665
|
+
selectable: { girName: "selectable", ffiType: { type: "boolean" } },
|
|
1666
|
+
singleLineMode: { girName: "single-line-mode", ffiType: { type: "boolean" } },
|
|
1667
|
+
tabs: {
|
|
1668
|
+
girName: "tabs",
|
|
1669
|
+
ffiType: {
|
|
1670
|
+
type: "boxed",
|
|
1671
|
+
innerType: "PangoTabArray",
|
|
1672
|
+
ownership: "full",
|
|
1673
|
+
library: "libpango-1.0.so.0",
|
|
1674
|
+
getTypeFn: "pango_tab_array_get_type",
|
|
1675
|
+
},
|
|
1676
|
+
},
|
|
1677
|
+
useMarkup: { girName: "use-markup", ffiType: { type: "boolean" } },
|
|
1678
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
1679
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
1680
|
+
wrap: { girName: "wrap", ffiType: { type: "boolean" } },
|
|
1681
|
+
wrapMode: {
|
|
1682
|
+
girName: "wrap-mode",
|
|
1683
|
+
ffiType: {
|
|
1684
|
+
type: "int",
|
|
1685
|
+
size: 32,
|
|
1686
|
+
unsigned: false,
|
|
1687
|
+
library: "libpango-1.0.so.0",
|
|
1688
|
+
getTypeFn: "pango_wrap_mode_get_type",
|
|
1689
|
+
},
|
|
1690
|
+
},
|
|
1691
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
1692
|
+
yalign: { girName: "yalign", ffiType: { type: "float", size: 32 } },
|
|
1693
|
+
},
|
|
1694
|
+
AdwLayoutSlot: {
|
|
1695
|
+
id: { girName: "id", ffiType: { type: "string", ownership: "full" }, constructOnly: true as const },
|
|
1696
|
+
},
|
|
1697
|
+
AdwLeaflet: {
|
|
1698
|
+
canNavigateBack: { girName: "can-navigate-back", ffiType: { type: "boolean" } },
|
|
1699
|
+
canNavigateForward: { girName: "can-navigate-forward", ffiType: { type: "boolean" } },
|
|
1700
|
+
canUnfold: { girName: "can-unfold", ffiType: { type: "boolean" } },
|
|
1701
|
+
childTransitionParams: {
|
|
1702
|
+
girName: "child-transition-params",
|
|
1703
|
+
ffiType: {
|
|
1704
|
+
type: "fundamental",
|
|
1705
|
+
library: "libadwaita-1.so.0",
|
|
1706
|
+
refFn: "adw_spring_params_ref",
|
|
1707
|
+
unrefFn: "adw_spring_params_unref",
|
|
1708
|
+
ownership: "full",
|
|
1709
|
+
},
|
|
1710
|
+
},
|
|
1711
|
+
foldThresholdPolicy: {
|
|
1712
|
+
girName: "fold-threshold-policy",
|
|
1713
|
+
ffiType: {
|
|
1714
|
+
type: "int",
|
|
1715
|
+
size: 32,
|
|
1716
|
+
unsigned: false,
|
|
1717
|
+
library: "libadwaita-1.so.0",
|
|
1718
|
+
getTypeFn: "adw_fold_threshold_policy_get_type",
|
|
1719
|
+
},
|
|
1720
|
+
},
|
|
1721
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
1722
|
+
modeTransitionDuration: {
|
|
1723
|
+
girName: "mode-transition-duration",
|
|
1724
|
+
ffiType: { type: "int", size: 32, unsigned: true },
|
|
1725
|
+
},
|
|
1726
|
+
transitionType: {
|
|
1727
|
+
girName: "transition-type",
|
|
1728
|
+
ffiType: {
|
|
1729
|
+
type: "int",
|
|
1730
|
+
size: 32,
|
|
1731
|
+
unsigned: false,
|
|
1732
|
+
library: "libadwaita-1.so.0",
|
|
1733
|
+
getTypeFn: "adw_leaflet_transition_type_get_type",
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1736
|
+
visibleChild: { girName: "visible-child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1737
|
+
visibleChildName: { girName: "visible-child-name", ffiType: { type: "string", ownership: "full" } },
|
|
1738
|
+
orientation: {
|
|
1739
|
+
girName: "orientation",
|
|
1740
|
+
ffiType: {
|
|
1741
|
+
type: "int",
|
|
1742
|
+
size: 32,
|
|
1743
|
+
unsigned: false,
|
|
1744
|
+
library: "libgtk-4.so.1",
|
|
1745
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1746
|
+
},
|
|
1747
|
+
},
|
|
1748
|
+
},
|
|
1749
|
+
GtkLevelBar: {
|
|
1750
|
+
inverted: { girName: "inverted", ffiType: { type: "boolean" } },
|
|
1751
|
+
maxValue: { girName: "max-value", ffiType: { type: "float", size: 64 } },
|
|
1752
|
+
minValue: { girName: "min-value", ffiType: { type: "float", size: 64 } },
|
|
1753
|
+
mode: {
|
|
1754
|
+
girName: "mode",
|
|
1755
|
+
ffiType: {
|
|
1756
|
+
type: "int",
|
|
1757
|
+
size: 32,
|
|
1758
|
+
unsigned: false,
|
|
1759
|
+
library: "libgtk-4.so.1",
|
|
1760
|
+
getTypeFn: "gtk_level_bar_mode_get_type",
|
|
1761
|
+
},
|
|
1762
|
+
},
|
|
1763
|
+
value: { girName: "value", ffiType: { type: "float", size: 64 } },
|
|
1764
|
+
orientation: {
|
|
1765
|
+
girName: "orientation",
|
|
1766
|
+
ffiType: {
|
|
1767
|
+
type: "int",
|
|
1768
|
+
size: 32,
|
|
1769
|
+
unsigned: false,
|
|
1770
|
+
library: "libgtk-4.so.1",
|
|
1771
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1772
|
+
},
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
GtkLinkButton: {
|
|
1776
|
+
uri: { girName: "uri", ffiType: { type: "string", ownership: "full" } },
|
|
1777
|
+
visited: { girName: "visited", ffiType: { type: "boolean" } },
|
|
1778
|
+
},
|
|
1779
|
+
GtkListBase: {
|
|
1780
|
+
orientation: {
|
|
1781
|
+
girName: "orientation",
|
|
1782
|
+
ffiType: {
|
|
1783
|
+
type: "int",
|
|
1784
|
+
size: 32,
|
|
1785
|
+
unsigned: false,
|
|
1786
|
+
library: "libgtk-4.so.1",
|
|
1787
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
1788
|
+
},
|
|
1789
|
+
},
|
|
1790
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
1791
|
+
hscrollPolicy: {
|
|
1792
|
+
girName: "hscroll-policy",
|
|
1793
|
+
ffiType: {
|
|
1794
|
+
type: "int",
|
|
1795
|
+
size: 32,
|
|
1796
|
+
unsigned: false,
|
|
1797
|
+
library: "libgtk-4.so.1",
|
|
1798
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
1799
|
+
},
|
|
1800
|
+
},
|
|
1801
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
1802
|
+
vscrollPolicy: {
|
|
1803
|
+
girName: "vscroll-policy",
|
|
1804
|
+
ffiType: {
|
|
1805
|
+
type: "int",
|
|
1806
|
+
size: 32,
|
|
1807
|
+
unsigned: false,
|
|
1808
|
+
library: "libgtk-4.so.1",
|
|
1809
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
1810
|
+
},
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
GtkListBox: {
|
|
1814
|
+
acceptUnpairedRelease: { girName: "accept-unpaired-release", ffiType: { type: "boolean" } },
|
|
1815
|
+
activateOnSingleClick: { girName: "activate-on-single-click", ffiType: { type: "boolean" } },
|
|
1816
|
+
selectionMode: {
|
|
1817
|
+
girName: "selection-mode",
|
|
1818
|
+
ffiType: {
|
|
1819
|
+
type: "int",
|
|
1820
|
+
size: 32,
|
|
1821
|
+
unsigned: false,
|
|
1822
|
+
library: "libgtk-4.so.1",
|
|
1823
|
+
getTypeFn: "gtk_selection_mode_get_type",
|
|
1824
|
+
},
|
|
1825
|
+
},
|
|
1826
|
+
showSeparators: { girName: "show-separators", ffiType: { type: "boolean" } },
|
|
1827
|
+
tabBehavior: {
|
|
1828
|
+
girName: "tab-behavior",
|
|
1829
|
+
ffiType: {
|
|
1830
|
+
type: "int",
|
|
1831
|
+
size: 32,
|
|
1832
|
+
unsigned: false,
|
|
1833
|
+
library: "libgtk-4.so.1",
|
|
1834
|
+
getTypeFn: "gtk_list_tab_behavior_get_type",
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1838
|
+
GtkListBoxRow: {
|
|
1839
|
+
activatable: { girName: "activatable", ffiType: { type: "boolean" } },
|
|
1840
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1841
|
+
selectable: { girName: "selectable", ffiType: { type: "boolean" } },
|
|
1842
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
1843
|
+
actionTarget: {
|
|
1844
|
+
girName: "action-target",
|
|
1845
|
+
ffiType: {
|
|
1846
|
+
type: "fundamental",
|
|
1847
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
1848
|
+
refFn: "g_variant_ref_sink",
|
|
1849
|
+
unrefFn: "g_variant_unref",
|
|
1850
|
+
ownership: "full",
|
|
1851
|
+
},
|
|
1852
|
+
},
|
|
1853
|
+
},
|
|
1854
|
+
GtkListView: {
|
|
1855
|
+
enableRubberband: { girName: "enable-rubberband", ffiType: { type: "boolean" } },
|
|
1856
|
+
headerFactory: { girName: "header-factory", ffiType: { type: "gobject", ownership: "full" } },
|
|
1857
|
+
showSeparators: { girName: "show-separators", ffiType: { type: "boolean" } },
|
|
1858
|
+
singleClickActivate: { girName: "single-click-activate", ffiType: { type: "boolean" } },
|
|
1859
|
+
tabBehavior: {
|
|
1860
|
+
girName: "tab-behavior",
|
|
1861
|
+
ffiType: {
|
|
1862
|
+
type: "int",
|
|
1863
|
+
size: 32,
|
|
1864
|
+
unsigned: false,
|
|
1865
|
+
library: "libgtk-4.so.1",
|
|
1866
|
+
getTypeFn: "gtk_list_tab_behavior_get_type",
|
|
1867
|
+
},
|
|
1868
|
+
},
|
|
1869
|
+
},
|
|
1870
|
+
GtkLockButton: {
|
|
1871
|
+
permission: { girName: "permission", ffiType: { type: "gobject", ownership: "full" } },
|
|
1872
|
+
textLock: { girName: "text-lock", ffiType: { type: "string", ownership: "full" } },
|
|
1873
|
+
textUnlock: { girName: "text-unlock", ffiType: { type: "string", ownership: "full" } },
|
|
1874
|
+
tooltipLock: { girName: "tooltip-lock", ffiType: { type: "string", ownership: "full" } },
|
|
1875
|
+
tooltipNotAuthorized: { girName: "tooltip-not-authorized", ffiType: { type: "string", ownership: "full" } },
|
|
1876
|
+
tooltipUnlock: { girName: "tooltip-unlock", ffiType: { type: "string", ownership: "full" } },
|
|
1877
|
+
},
|
|
1878
|
+
GtkSourceMap: {
|
|
1879
|
+
fontDesc: {
|
|
1880
|
+
girName: "font-desc",
|
|
1881
|
+
ffiType: {
|
|
1882
|
+
type: "boxed",
|
|
1883
|
+
innerType: "PangoFontDescription",
|
|
1884
|
+
ownership: "full",
|
|
1885
|
+
library: "libpango-1.0.so.0",
|
|
1886
|
+
getTypeFn: "pango_font_description_get_type",
|
|
1887
|
+
},
|
|
1888
|
+
},
|
|
1889
|
+
view: { girName: "view", ffiType: { type: "gobject", ownership: "full" } },
|
|
1890
|
+
},
|
|
1891
|
+
GtkMediaControls: {
|
|
1892
|
+
mediaStream: { girName: "media-stream", ffiType: { type: "gobject", ownership: "full" } },
|
|
1893
|
+
},
|
|
1894
|
+
GtkMenuButton: {
|
|
1895
|
+
active: { girName: "active", ffiType: { type: "boolean" } },
|
|
1896
|
+
alwaysShowArrow: { girName: "always-show-arrow", ffiType: { type: "boolean" } },
|
|
1897
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
1898
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1899
|
+
direction: {
|
|
1900
|
+
girName: "direction",
|
|
1901
|
+
ffiType: {
|
|
1902
|
+
type: "int",
|
|
1903
|
+
size: 32,
|
|
1904
|
+
unsigned: false,
|
|
1905
|
+
library: "libgtk-4.so.1",
|
|
1906
|
+
getTypeFn: "gtk_arrow_type_get_type",
|
|
1907
|
+
},
|
|
1908
|
+
},
|
|
1909
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
1910
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
1911
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
1912
|
+
popover: { girName: "popover", ffiType: { type: "gobject", ownership: "full" } },
|
|
1913
|
+
primary: { girName: "primary", ffiType: { type: "boolean" } },
|
|
1914
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
1915
|
+
},
|
|
1916
|
+
AdwMessageDialog: {
|
|
1917
|
+
body: { girName: "body", ffiType: { type: "string", ownership: "full" } },
|
|
1918
|
+
bodyUseMarkup: { girName: "body-use-markup", ffiType: { type: "boolean" } },
|
|
1919
|
+
closeResponse: { girName: "close-response", ffiType: { type: "string", ownership: "full" } },
|
|
1920
|
+
defaultResponse: { girName: "default-response", ffiType: { type: "string", ownership: "full" } },
|
|
1921
|
+
extraChild: { girName: "extra-child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1922
|
+
heading: { girName: "heading", ffiType: { type: "string", ownership: "full" } },
|
|
1923
|
+
headingUseMarkup: { girName: "heading-use-markup", ffiType: { type: "boolean" } },
|
|
1924
|
+
},
|
|
1925
|
+
GtkMessageDialog: {
|
|
1926
|
+
buttons: {
|
|
1927
|
+
girName: "buttons",
|
|
1928
|
+
ffiType: {
|
|
1929
|
+
type: "int",
|
|
1930
|
+
size: 32,
|
|
1931
|
+
unsigned: false,
|
|
1932
|
+
library: "libgtk-4.so.1",
|
|
1933
|
+
getTypeFn: "gtk_buttons_type_get_type",
|
|
1934
|
+
},
|
|
1935
|
+
constructOnly: true as const,
|
|
1936
|
+
},
|
|
1937
|
+
messageType: {
|
|
1938
|
+
girName: "message-type",
|
|
1939
|
+
ffiType: {
|
|
1940
|
+
type: "int",
|
|
1941
|
+
size: 32,
|
|
1942
|
+
unsigned: false,
|
|
1943
|
+
library: "libgtk-4.so.1",
|
|
1944
|
+
getTypeFn: "gtk_message_type_get_type",
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1947
|
+
secondaryText: { girName: "secondary-text", ffiType: { type: "string", ownership: "full" } },
|
|
1948
|
+
secondaryUseMarkup: { girName: "secondary-use-markup", ffiType: { type: "boolean" } },
|
|
1949
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
1950
|
+
useMarkup: { girName: "use-markup", ffiType: { type: "boolean" } },
|
|
1951
|
+
},
|
|
1952
|
+
AdwMultiLayoutView: {
|
|
1953
|
+
layout: { girName: "layout", ffiType: { type: "gobject", ownership: "full" } },
|
|
1954
|
+
layoutName: { girName: "layout-name", ffiType: { type: "string", ownership: "full" } },
|
|
1955
|
+
},
|
|
1956
|
+
AdwNavigationPage: {
|
|
1957
|
+
canPop: { girName: "can-pop", ffiType: { type: "boolean" } },
|
|
1958
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
1959
|
+
tag: { girName: "tag", ffiType: { type: "string", ownership: "full" } },
|
|
1960
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
1961
|
+
},
|
|
1962
|
+
AdwNavigationSplitView: {
|
|
1963
|
+
collapsed: { girName: "collapsed", ffiType: { type: "boolean" } },
|
|
1964
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
1965
|
+
maxSidebarWidth: { girName: "max-sidebar-width", ffiType: { type: "float", size: 64 } },
|
|
1966
|
+
minSidebarWidth: { girName: "min-sidebar-width", ffiType: { type: "float", size: 64 } },
|
|
1967
|
+
showContent: { girName: "show-content", ffiType: { type: "boolean" } },
|
|
1968
|
+
sidebar: { girName: "sidebar", ffiType: { type: "gobject", ownership: "full" } },
|
|
1969
|
+
sidebarPosition: {
|
|
1970
|
+
girName: "sidebar-position",
|
|
1971
|
+
ffiType: {
|
|
1972
|
+
type: "int",
|
|
1973
|
+
size: 32,
|
|
1974
|
+
unsigned: false,
|
|
1975
|
+
library: "libgtk-4.so.1",
|
|
1976
|
+
getTypeFn: "gtk_pack_type_get_type",
|
|
1977
|
+
},
|
|
1978
|
+
},
|
|
1979
|
+
sidebarWidthFraction: { girName: "sidebar-width-fraction", ffiType: { type: "float", size: 64 } },
|
|
1980
|
+
sidebarWidthUnit: {
|
|
1981
|
+
girName: "sidebar-width-unit",
|
|
1982
|
+
ffiType: {
|
|
1983
|
+
type: "int",
|
|
1984
|
+
size: 32,
|
|
1985
|
+
unsigned: false,
|
|
1986
|
+
library: "libadwaita-1.so.0",
|
|
1987
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
1988
|
+
},
|
|
1989
|
+
},
|
|
1990
|
+
},
|
|
1991
|
+
AdwNavigationView: {
|
|
1992
|
+
animateTransitions: { girName: "animate-transitions", ffiType: { type: "boolean" } },
|
|
1993
|
+
hhomogeneous: { girName: "hhomogeneous", ffiType: { type: "boolean" } },
|
|
1994
|
+
popOnEscape: { girName: "pop-on-escape", ffiType: { type: "boolean" } },
|
|
1995
|
+
vhomogeneous: { girName: "vhomogeneous", ffiType: { type: "boolean" } },
|
|
1996
|
+
},
|
|
1997
|
+
GtkNotebook: {
|
|
1998
|
+
enablePopup: { girName: "enable-popup", ffiType: { type: "boolean" } },
|
|
1999
|
+
groupName: { girName: "group-name", ffiType: { type: "string", ownership: "full" } },
|
|
2000
|
+
page: { girName: "page", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2001
|
+
scrollable: { girName: "scrollable", ffiType: { type: "boolean" } },
|
|
2002
|
+
showBorder: { girName: "show-border", ffiType: { type: "boolean" } },
|
|
2003
|
+
showTabs: { girName: "show-tabs", ffiType: { type: "boolean" } },
|
|
2004
|
+
tabPos: {
|
|
2005
|
+
girName: "tab-pos",
|
|
2006
|
+
ffiType: {
|
|
2007
|
+
type: "int",
|
|
2008
|
+
size: 32,
|
|
2009
|
+
unsigned: false,
|
|
2010
|
+
library: "libgtk-4.so.1",
|
|
2011
|
+
getTypeFn: "gtk_position_type_get_type",
|
|
2012
|
+
},
|
|
2013
|
+
},
|
|
2014
|
+
},
|
|
2015
|
+
GtkOverlay: {
|
|
2016
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2017
|
+
},
|
|
2018
|
+
AdwOverlaySplitView: {
|
|
2019
|
+
collapsed: { girName: "collapsed", ffiType: { type: "boolean" } },
|
|
2020
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
2021
|
+
enableHideGesture: { girName: "enable-hide-gesture", ffiType: { type: "boolean" } },
|
|
2022
|
+
enableShowGesture: { girName: "enable-show-gesture", ffiType: { type: "boolean" } },
|
|
2023
|
+
maxSidebarWidth: { girName: "max-sidebar-width", ffiType: { type: "float", size: 64 } },
|
|
2024
|
+
minSidebarWidth: { girName: "min-sidebar-width", ffiType: { type: "float", size: 64 } },
|
|
2025
|
+
pinSidebar: { girName: "pin-sidebar", ffiType: { type: "boolean" } },
|
|
2026
|
+
showSidebar: { girName: "show-sidebar", ffiType: { type: "boolean" } },
|
|
2027
|
+
sidebar: { girName: "sidebar", ffiType: { type: "gobject", ownership: "full" } },
|
|
2028
|
+
sidebarPosition: {
|
|
2029
|
+
girName: "sidebar-position",
|
|
2030
|
+
ffiType: {
|
|
2031
|
+
type: "int",
|
|
2032
|
+
size: 32,
|
|
2033
|
+
unsigned: false,
|
|
2034
|
+
library: "libgtk-4.so.1",
|
|
2035
|
+
getTypeFn: "gtk_pack_type_get_type",
|
|
2036
|
+
},
|
|
2037
|
+
},
|
|
2038
|
+
sidebarWidthFraction: { girName: "sidebar-width-fraction", ffiType: { type: "float", size: 64 } },
|
|
2039
|
+
sidebarWidthUnit: {
|
|
2040
|
+
girName: "sidebar-width-unit",
|
|
2041
|
+
ffiType: {
|
|
2042
|
+
type: "int",
|
|
2043
|
+
size: 32,
|
|
2044
|
+
unsigned: false,
|
|
2045
|
+
library: "libadwaita-1.so.0",
|
|
2046
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
2047
|
+
},
|
|
2048
|
+
},
|
|
2049
|
+
},
|
|
2050
|
+
GtkPaned: {
|
|
2051
|
+
endChild: { girName: "end-child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2052
|
+
position: { girName: "position", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2053
|
+
positionSet: { girName: "position-set", ffiType: { type: "boolean" } },
|
|
2054
|
+
resizeEndChild: { girName: "resize-end-child", ffiType: { type: "boolean" } },
|
|
2055
|
+
resizeStartChild: { girName: "resize-start-child", ffiType: { type: "boolean" } },
|
|
2056
|
+
shrinkEndChild: { girName: "shrink-end-child", ffiType: { type: "boolean" } },
|
|
2057
|
+
shrinkStartChild: { girName: "shrink-start-child", ffiType: { type: "boolean" } },
|
|
2058
|
+
startChild: { girName: "start-child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2059
|
+
wideHandle: { girName: "wide-handle", ffiType: { type: "boolean" } },
|
|
2060
|
+
orientation: {
|
|
2061
|
+
girName: "orientation",
|
|
2062
|
+
ffiType: {
|
|
2063
|
+
type: "int",
|
|
2064
|
+
size: 32,
|
|
2065
|
+
unsigned: false,
|
|
2066
|
+
library: "libgtk-4.so.1",
|
|
2067
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2068
|
+
},
|
|
2069
|
+
},
|
|
2070
|
+
},
|
|
2071
|
+
GtkPasswordEntry: {
|
|
2072
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
2073
|
+
extraMenu: { girName: "extra-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
2074
|
+
placeholderText: { girName: "placeholder-text", ffiType: { type: "string", ownership: "full" } },
|
|
2075
|
+
showPeekIcon: { girName: "show-peek-icon", ffiType: { type: "boolean" } },
|
|
2076
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2077
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
2078
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2079
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2080
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2081
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2082
|
+
},
|
|
2083
|
+
GtkPicture: {
|
|
2084
|
+
alternativeText: { girName: "alternative-text", ffiType: { type: "string", ownership: "full" } },
|
|
2085
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
2086
|
+
contentFit: {
|
|
2087
|
+
girName: "content-fit",
|
|
2088
|
+
ffiType: {
|
|
2089
|
+
type: "int",
|
|
2090
|
+
size: 32,
|
|
2091
|
+
unsigned: false,
|
|
2092
|
+
library: "libgtk-4.so.1",
|
|
2093
|
+
getTypeFn: "gtk_content_fit_get_type",
|
|
2094
|
+
},
|
|
2095
|
+
},
|
|
2096
|
+
file: { girName: "file", ffiType: { type: "gobject", ownership: "full" } },
|
|
2097
|
+
keepAspectRatio: { girName: "keep-aspect-ratio", ffiType: { type: "boolean" } },
|
|
2098
|
+
paintable: { girName: "paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
2099
|
+
},
|
|
2100
|
+
GtkPopover: {
|
|
2101
|
+
autohide: { girName: "autohide", ffiType: { type: "boolean" } },
|
|
2102
|
+
cascadePopdown: { girName: "cascade-popdown", ffiType: { type: "boolean" } },
|
|
2103
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2104
|
+
defaultWidget: { girName: "default-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
2105
|
+
hasArrow: { girName: "has-arrow", ffiType: { type: "boolean" } },
|
|
2106
|
+
mnemonicsVisible: { girName: "mnemonics-visible", ffiType: { type: "boolean" } },
|
|
2107
|
+
pointingTo: {
|
|
2108
|
+
girName: "pointing-to",
|
|
2109
|
+
ffiType: {
|
|
2110
|
+
type: "boxed",
|
|
2111
|
+
innerType: "GdkRectangle",
|
|
2112
|
+
ownership: "full",
|
|
2113
|
+
library: "libgtk-4.so.1",
|
|
2114
|
+
getTypeFn: "gdk_rectangle_get_type",
|
|
2115
|
+
},
|
|
2116
|
+
},
|
|
2117
|
+
position: {
|
|
2118
|
+
girName: "position",
|
|
2119
|
+
ffiType: {
|
|
2120
|
+
type: "int",
|
|
2121
|
+
size: 32,
|
|
2122
|
+
unsigned: false,
|
|
2123
|
+
library: "libgtk-4.so.1",
|
|
2124
|
+
getTypeFn: "gtk_position_type_get_type",
|
|
2125
|
+
},
|
|
2126
|
+
},
|
|
2127
|
+
},
|
|
2128
|
+
GtkPopoverMenu: {
|
|
2129
|
+
flags: {
|
|
2130
|
+
girName: "flags",
|
|
2131
|
+
ffiType: {
|
|
2132
|
+
type: "int",
|
|
2133
|
+
size: 32,
|
|
2134
|
+
unsigned: true,
|
|
2135
|
+
library: "libgtk-4.so.1",
|
|
2136
|
+
getTypeFn: "gtk_popover_menu_flags_get_type",
|
|
2137
|
+
},
|
|
2138
|
+
},
|
|
2139
|
+
visibleSubmenu: { girName: "visible-submenu", ffiType: { type: "string", ownership: "full" } },
|
|
2140
|
+
},
|
|
2141
|
+
AdwPreferencesDialog: {
|
|
2142
|
+
searchEnabled: { girName: "search-enabled", ffiType: { type: "boolean" } },
|
|
2143
|
+
visiblePage: { girName: "visible-page", ffiType: { type: "gobject", ownership: "full" } },
|
|
2144
|
+
visiblePageName: { girName: "visible-page-name", ffiType: { type: "string", ownership: "full" } },
|
|
2145
|
+
},
|
|
2146
|
+
AdwPreferencesGroup: {
|
|
2147
|
+
description: { girName: "description", ffiType: { type: "string", ownership: "full" } },
|
|
2148
|
+
headerSuffix: { girName: "header-suffix", ffiType: { type: "gobject", ownership: "full" } },
|
|
2149
|
+
separateRows: { girName: "separate-rows", ffiType: { type: "boolean" } },
|
|
2150
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2151
|
+
},
|
|
2152
|
+
AdwPreferencesPage: {
|
|
2153
|
+
banner: { girName: "banner", ffiType: { type: "gobject", ownership: "full" } },
|
|
2154
|
+
description: { girName: "description", ffiType: { type: "string", ownership: "full" } },
|
|
2155
|
+
descriptionCentered: { girName: "description-centered", ffiType: { type: "boolean" } },
|
|
2156
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
2157
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2158
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
2159
|
+
},
|
|
2160
|
+
AdwPreferencesRow: {
|
|
2161
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2162
|
+
titleSelectable: { girName: "title-selectable", ffiType: { type: "boolean" } },
|
|
2163
|
+
useMarkup: { girName: "use-markup", ffiType: { type: "boolean" } },
|
|
2164
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
2165
|
+
},
|
|
2166
|
+
AdwPreferencesWindow: {
|
|
2167
|
+
canNavigateBack: { girName: "can-navigate-back", ffiType: { type: "boolean" } },
|
|
2168
|
+
searchEnabled: { girName: "search-enabled", ffiType: { type: "boolean" } },
|
|
2169
|
+
visiblePage: { girName: "visible-page", ffiType: { type: "gobject", ownership: "full" } },
|
|
2170
|
+
visiblePageName: { girName: "visible-page-name", ffiType: { type: "string", ownership: "full" } },
|
|
2171
|
+
},
|
|
2172
|
+
GtkPrintUnixDialog: {
|
|
2173
|
+
currentPage: { girName: "current-page", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2174
|
+
embedPageSetup: { girName: "embed-page-setup", ffiType: { type: "boolean" } },
|
|
2175
|
+
hasSelection: { girName: "has-selection", ffiType: { type: "boolean" } },
|
|
2176
|
+
manualCapabilities: {
|
|
2177
|
+
girName: "manual-capabilities",
|
|
2178
|
+
ffiType: {
|
|
2179
|
+
type: "int",
|
|
2180
|
+
size: 32,
|
|
2181
|
+
unsigned: true,
|
|
2182
|
+
library: "libgtk-4.so.1",
|
|
2183
|
+
getTypeFn: "gtk_print_capabilities_get_type",
|
|
2184
|
+
},
|
|
2185
|
+
},
|
|
2186
|
+
pageSetup: { girName: "page-setup", ffiType: { type: "gobject", ownership: "full" } },
|
|
2187
|
+
printSettings: { girName: "print-settings", ffiType: { type: "gobject", ownership: "full" } },
|
|
2188
|
+
supportSelection: { girName: "support-selection", ffiType: { type: "boolean" } },
|
|
2189
|
+
},
|
|
2190
|
+
GtkProgressBar: {
|
|
2191
|
+
ellipsize: {
|
|
2192
|
+
girName: "ellipsize",
|
|
2193
|
+
ffiType: {
|
|
2194
|
+
type: "int",
|
|
2195
|
+
size: 32,
|
|
2196
|
+
unsigned: false,
|
|
2197
|
+
library: "libpango-1.0.so.0",
|
|
2198
|
+
getTypeFn: "pango_ellipsize_mode_get_type",
|
|
2199
|
+
},
|
|
2200
|
+
},
|
|
2201
|
+
fraction: { girName: "fraction", ffiType: { type: "float", size: 64 } },
|
|
2202
|
+
inverted: { girName: "inverted", ffiType: { type: "boolean" } },
|
|
2203
|
+
pulseStep: { girName: "pulse-step", ffiType: { type: "float", size: 64 } },
|
|
2204
|
+
showText: { girName: "show-text", ffiType: { type: "boolean" } },
|
|
2205
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2206
|
+
orientation: {
|
|
2207
|
+
girName: "orientation",
|
|
2208
|
+
ffiType: {
|
|
2209
|
+
type: "int",
|
|
2210
|
+
size: 32,
|
|
2211
|
+
unsigned: false,
|
|
2212
|
+
library: "libgtk-4.so.1",
|
|
2213
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2214
|
+
},
|
|
2215
|
+
},
|
|
2216
|
+
},
|
|
2217
|
+
GtkRange: {
|
|
2218
|
+
fillLevel: { girName: "fill-level", ffiType: { type: "float", size: 64 } },
|
|
2219
|
+
inverted: { girName: "inverted", ffiType: { type: "boolean" } },
|
|
2220
|
+
restrictToFillLevel: { girName: "restrict-to-fill-level", ffiType: { type: "boolean" } },
|
|
2221
|
+
roundDigits: { girName: "round-digits", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2222
|
+
showFillLevel: { girName: "show-fill-level", ffiType: { type: "boolean" } },
|
|
2223
|
+
orientation: {
|
|
2224
|
+
girName: "orientation",
|
|
2225
|
+
ffiType: {
|
|
2226
|
+
type: "int",
|
|
2227
|
+
size: 32,
|
|
2228
|
+
unsigned: false,
|
|
2229
|
+
library: "libgtk-4.so.1",
|
|
2230
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2231
|
+
},
|
|
2232
|
+
},
|
|
2233
|
+
},
|
|
2234
|
+
GtkRevealer: {
|
|
2235
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2236
|
+
revealChild: { girName: "reveal-child", ffiType: { type: "boolean" } },
|
|
2237
|
+
transitionDuration: { girName: "transition-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2238
|
+
transitionType: {
|
|
2239
|
+
girName: "transition-type",
|
|
2240
|
+
ffiType: {
|
|
2241
|
+
type: "int",
|
|
2242
|
+
size: 32,
|
|
2243
|
+
unsigned: false,
|
|
2244
|
+
library: "libgtk-4.so.1",
|
|
2245
|
+
getTypeFn: "gtk_revealer_transition_type_get_type",
|
|
2246
|
+
},
|
|
2247
|
+
},
|
|
2248
|
+
},
|
|
2249
|
+
GtkScale: {
|
|
2250
|
+
digits: { girName: "digits", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2251
|
+
drawValue: { girName: "draw-value", ffiType: { type: "boolean" } },
|
|
2252
|
+
hasOrigin: { girName: "has-origin", ffiType: { type: "boolean" } },
|
|
2253
|
+
valuePos: {
|
|
2254
|
+
girName: "value-pos",
|
|
2255
|
+
ffiType: {
|
|
2256
|
+
type: "int",
|
|
2257
|
+
size: 32,
|
|
2258
|
+
unsigned: false,
|
|
2259
|
+
library: "libgtk-4.so.1",
|
|
2260
|
+
getTypeFn: "gtk_position_type_get_type",
|
|
2261
|
+
},
|
|
2262
|
+
},
|
|
2263
|
+
},
|
|
2264
|
+
GtkScaleButton: {
|
|
2265
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
2266
|
+
icons: {
|
|
2267
|
+
girName: "icons",
|
|
2268
|
+
ffiType: {
|
|
2269
|
+
type: "array",
|
|
2270
|
+
itemType: { type: "string", ownership: "full" },
|
|
2271
|
+
kind: "array",
|
|
2272
|
+
ownership: "full",
|
|
2273
|
+
},
|
|
2274
|
+
},
|
|
2275
|
+
value: { girName: "value", ffiType: { type: "float", size: 64 } },
|
|
2276
|
+
orientation: {
|
|
2277
|
+
girName: "orientation",
|
|
2278
|
+
ffiType: {
|
|
2279
|
+
type: "int",
|
|
2280
|
+
size: 32,
|
|
2281
|
+
unsigned: false,
|
|
2282
|
+
library: "libgtk-4.so.1",
|
|
2283
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2284
|
+
},
|
|
2285
|
+
},
|
|
2286
|
+
},
|
|
2287
|
+
GtkScrollbar: {
|
|
2288
|
+
adjustment: { girName: "adjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2289
|
+
orientation: {
|
|
2290
|
+
girName: "orientation",
|
|
2291
|
+
ffiType: {
|
|
2292
|
+
type: "int",
|
|
2293
|
+
size: 32,
|
|
2294
|
+
unsigned: false,
|
|
2295
|
+
library: "libgtk-4.so.1",
|
|
2296
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2297
|
+
},
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2300
|
+
GtkScrolledWindow: {
|
|
2301
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2302
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2303
|
+
hasFrame: { girName: "has-frame", ffiType: { type: "boolean" } },
|
|
2304
|
+
hscrollbarPolicy: {
|
|
2305
|
+
girName: "hscrollbar-policy",
|
|
2306
|
+
ffiType: {
|
|
2307
|
+
type: "int",
|
|
2308
|
+
size: 32,
|
|
2309
|
+
unsigned: false,
|
|
2310
|
+
library: "libgtk-4.so.1",
|
|
2311
|
+
getTypeFn: "gtk_policy_type_get_type",
|
|
2312
|
+
},
|
|
2313
|
+
},
|
|
2314
|
+
kineticScrolling: { girName: "kinetic-scrolling", ffiType: { type: "boolean" } },
|
|
2315
|
+
maxContentHeight: { girName: "max-content-height", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2316
|
+
maxContentWidth: { girName: "max-content-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2317
|
+
minContentHeight: { girName: "min-content-height", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2318
|
+
minContentWidth: { girName: "min-content-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2319
|
+
overlayScrolling: { girName: "overlay-scrolling", ffiType: { type: "boolean" } },
|
|
2320
|
+
propagateNaturalHeight: { girName: "propagate-natural-height", ffiType: { type: "boolean" } },
|
|
2321
|
+
propagateNaturalWidth: { girName: "propagate-natural-width", ffiType: { type: "boolean" } },
|
|
2322
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2323
|
+
vscrollbarPolicy: {
|
|
2324
|
+
girName: "vscrollbar-policy",
|
|
2325
|
+
ffiType: {
|
|
2326
|
+
type: "int",
|
|
2327
|
+
size: 32,
|
|
2328
|
+
unsigned: false,
|
|
2329
|
+
library: "libgtk-4.so.1",
|
|
2330
|
+
getTypeFn: "gtk_policy_type_get_type",
|
|
2331
|
+
},
|
|
2332
|
+
},
|
|
2333
|
+
windowPlacement: {
|
|
2334
|
+
girName: "window-placement",
|
|
2335
|
+
ffiType: {
|
|
2336
|
+
type: "int",
|
|
2337
|
+
size: 32,
|
|
2338
|
+
unsigned: false,
|
|
2339
|
+
library: "libgtk-4.so.1",
|
|
2340
|
+
getTypeFn: "gtk_corner_type_get_type",
|
|
2341
|
+
},
|
|
2342
|
+
},
|
|
2343
|
+
},
|
|
2344
|
+
GtkSearchBar: {
|
|
2345
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2346
|
+
keyCaptureWidget: { girName: "key-capture-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
2347
|
+
searchModeEnabled: { girName: "search-mode-enabled", ffiType: { type: "boolean" } },
|
|
2348
|
+
showCloseButton: { girName: "show-close-button", ffiType: { type: "boolean" } },
|
|
2349
|
+
},
|
|
2350
|
+
GtkSearchEntry: {
|
|
2351
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
2352
|
+
inputHints: {
|
|
2353
|
+
girName: "input-hints",
|
|
2354
|
+
ffiType: {
|
|
2355
|
+
type: "int",
|
|
2356
|
+
size: 32,
|
|
2357
|
+
unsigned: true,
|
|
2358
|
+
library: "libgtk-4.so.1",
|
|
2359
|
+
getTypeFn: "gtk_input_hints_get_type",
|
|
2360
|
+
},
|
|
2361
|
+
},
|
|
2362
|
+
inputPurpose: {
|
|
2363
|
+
girName: "input-purpose",
|
|
2364
|
+
ffiType: {
|
|
2365
|
+
type: "int",
|
|
2366
|
+
size: 32,
|
|
2367
|
+
unsigned: false,
|
|
2368
|
+
library: "libgtk-4.so.1",
|
|
2369
|
+
getTypeFn: "gtk_input_purpose_get_type",
|
|
2370
|
+
},
|
|
2371
|
+
},
|
|
2372
|
+
placeholderText: { girName: "placeholder-text", ffiType: { type: "string", ownership: "full" } },
|
|
2373
|
+
searchDelay: { girName: "search-delay", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2374
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2375
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
2376
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2377
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2378
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2379
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2380
|
+
},
|
|
2381
|
+
GtkSeparator: {
|
|
2382
|
+
orientation: {
|
|
2383
|
+
girName: "orientation",
|
|
2384
|
+
ffiType: {
|
|
2385
|
+
type: "int",
|
|
2386
|
+
size: 32,
|
|
2387
|
+
unsigned: false,
|
|
2388
|
+
library: "libgtk-4.so.1",
|
|
2389
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2390
|
+
},
|
|
2391
|
+
},
|
|
2392
|
+
},
|
|
2393
|
+
AdwShortcutLabel: {
|
|
2394
|
+
accelerator: { girName: "accelerator", ffiType: { type: "string", ownership: "full" } },
|
|
2395
|
+
disabledText: { girName: "disabled-text", ffiType: { type: "string", ownership: "full" } },
|
|
2396
|
+
},
|
|
2397
|
+
GtkShortcutLabel: {
|
|
2398
|
+
accelerator: { girName: "accelerator", ffiType: { type: "string", ownership: "full" } },
|
|
2399
|
+
disabledText: { girName: "disabled-text", ffiType: { type: "string", ownership: "full" } },
|
|
2400
|
+
},
|
|
2401
|
+
GtkShortcutsGroup: {
|
|
2402
|
+
accelSizeGroup: { girName: "accel-size-group", ffiType: { type: "gobject", ownership: "full" } },
|
|
2403
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2404
|
+
titleSizeGroup: { girName: "title-size-group", ffiType: { type: "gobject", ownership: "full" } },
|
|
2405
|
+
view: { girName: "view", ffiType: { type: "string", ownership: "full" } },
|
|
2406
|
+
},
|
|
2407
|
+
GtkShortcutsSection: {
|
|
2408
|
+
maxHeight: { girName: "max-height", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2409
|
+
sectionName: { girName: "section-name", ffiType: { type: "string", ownership: "full" } },
|
|
2410
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2411
|
+
viewName: { girName: "view-name", ffiType: { type: "string", ownership: "full" } },
|
|
2412
|
+
},
|
|
2413
|
+
GtkShortcutsShortcut: {
|
|
2414
|
+
accelSizeGroup: { girName: "accel-size-group", ffiType: { type: "gobject", ownership: "full" } },
|
|
2415
|
+
accelerator: { girName: "accelerator", ffiType: { type: "string", ownership: "full" } },
|
|
2416
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
2417
|
+
direction: {
|
|
2418
|
+
girName: "direction",
|
|
2419
|
+
ffiType: {
|
|
2420
|
+
type: "int",
|
|
2421
|
+
size: 32,
|
|
2422
|
+
unsigned: false,
|
|
2423
|
+
library: "libgtk-4.so.1",
|
|
2424
|
+
getTypeFn: "gtk_text_direction_get_type",
|
|
2425
|
+
},
|
|
2426
|
+
},
|
|
2427
|
+
icon: { girName: "icon", ffiType: { type: "gobject", ownership: "full" } },
|
|
2428
|
+
iconSet: { girName: "icon-set", ffiType: { type: "boolean" } },
|
|
2429
|
+
shortcutType: {
|
|
2430
|
+
girName: "shortcut-type",
|
|
2431
|
+
ffiType: {
|
|
2432
|
+
type: "int",
|
|
2433
|
+
size: 32,
|
|
2434
|
+
unsigned: false,
|
|
2435
|
+
library: "libgtk-4.so.1",
|
|
2436
|
+
getTypeFn: "gtk_shortcut_type_get_type",
|
|
2437
|
+
},
|
|
2438
|
+
},
|
|
2439
|
+
subtitle: { girName: "subtitle", ffiType: { type: "string", ownership: "full" } },
|
|
2440
|
+
subtitleSet: { girName: "subtitle-set", ffiType: { type: "boolean" } },
|
|
2441
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2442
|
+
titleSizeGroup: { girName: "title-size-group", ffiType: { type: "gobject", ownership: "full" } },
|
|
2443
|
+
},
|
|
2444
|
+
GtkShortcutsWindow: {
|
|
2445
|
+
sectionName: { girName: "section-name", ffiType: { type: "string", ownership: "full" } },
|
|
2446
|
+
viewName: { girName: "view-name", ffiType: { type: "string", ownership: "full" } },
|
|
2447
|
+
},
|
|
2448
|
+
GtkSpinButton: {
|
|
2449
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
2450
|
+
climbRate: { girName: "climb-rate", ffiType: { type: "float", size: 64 } },
|
|
2451
|
+
digits: { girName: "digits", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2452
|
+
numeric: { girName: "numeric", ffiType: { type: "boolean" } },
|
|
2453
|
+
snapToTicks: { girName: "snap-to-ticks", ffiType: { type: "boolean" } },
|
|
2454
|
+
updatePolicy: {
|
|
2455
|
+
girName: "update-policy",
|
|
2456
|
+
ffiType: {
|
|
2457
|
+
type: "int",
|
|
2458
|
+
size: 32,
|
|
2459
|
+
unsigned: false,
|
|
2460
|
+
library: "libgtk-4.so.1",
|
|
2461
|
+
getTypeFn: "gtk_spin_button_update_policy_get_type",
|
|
2462
|
+
},
|
|
2463
|
+
},
|
|
2464
|
+
value: { girName: "value", ffiType: { type: "float", size: 64 } },
|
|
2465
|
+
wrap: { girName: "wrap", ffiType: { type: "boolean" } },
|
|
2466
|
+
editingCanceled: { girName: "editing-canceled", ffiType: { type: "boolean" } },
|
|
2467
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2468
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
2469
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2470
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2471
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2472
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2473
|
+
orientation: {
|
|
2474
|
+
girName: "orientation",
|
|
2475
|
+
ffiType: {
|
|
2476
|
+
type: "int",
|
|
2477
|
+
size: 32,
|
|
2478
|
+
unsigned: false,
|
|
2479
|
+
library: "libgtk-4.so.1",
|
|
2480
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2481
|
+
},
|
|
2482
|
+
},
|
|
2483
|
+
},
|
|
2484
|
+
GtkSpinner: {
|
|
2485
|
+
spinning: { girName: "spinning", ffiType: { type: "boolean" } },
|
|
2486
|
+
},
|
|
2487
|
+
AdwSpinRow: {
|
|
2488
|
+
climbRate: { girName: "climb-rate", ffiType: { type: "float", size: 64 } },
|
|
2489
|
+
digits: { girName: "digits", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2490
|
+
numeric: { girName: "numeric", ffiType: { type: "boolean" } },
|
|
2491
|
+
snapToTicks: { girName: "snap-to-ticks", ffiType: { type: "boolean" } },
|
|
2492
|
+
updatePolicy: {
|
|
2493
|
+
girName: "update-policy",
|
|
2494
|
+
ffiType: {
|
|
2495
|
+
type: "int",
|
|
2496
|
+
size: 32,
|
|
2497
|
+
unsigned: false,
|
|
2498
|
+
library: "libgtk-4.so.1",
|
|
2499
|
+
getTypeFn: "gtk_spin_button_update_policy_get_type",
|
|
2500
|
+
},
|
|
2501
|
+
},
|
|
2502
|
+
value: { girName: "value", ffiType: { type: "float", size: 64 } },
|
|
2503
|
+
wrap: { girName: "wrap", ffiType: { type: "boolean" } },
|
|
2504
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2505
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
2506
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2507
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2508
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2509
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2510
|
+
},
|
|
2511
|
+
AdwSplitButton: {
|
|
2512
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
2513
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2514
|
+
direction: {
|
|
2515
|
+
girName: "direction",
|
|
2516
|
+
ffiType: {
|
|
2517
|
+
type: "int",
|
|
2518
|
+
size: 32,
|
|
2519
|
+
unsigned: false,
|
|
2520
|
+
library: "libgtk-4.so.1",
|
|
2521
|
+
getTypeFn: "gtk_arrow_type_get_type",
|
|
2522
|
+
},
|
|
2523
|
+
},
|
|
2524
|
+
dropdownTooltip: { girName: "dropdown-tooltip", ffiType: { type: "string", ownership: "full" } },
|
|
2525
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
2526
|
+
label: { girName: "label", ffiType: { type: "string", ownership: "full" } },
|
|
2527
|
+
menuModel: { girName: "menu-model", ffiType: { type: "gobject", ownership: "full" } },
|
|
2528
|
+
popover: { girName: "popover", ffiType: { type: "gobject", ownership: "full" } },
|
|
2529
|
+
useUnderline: { girName: "use-underline", ffiType: { type: "boolean" } },
|
|
2530
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
2531
|
+
actionTarget: {
|
|
2532
|
+
girName: "action-target",
|
|
2533
|
+
ffiType: {
|
|
2534
|
+
type: "fundamental",
|
|
2535
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
2536
|
+
refFn: "g_variant_ref_sink",
|
|
2537
|
+
unrefFn: "g_variant_unref",
|
|
2538
|
+
ownership: "full",
|
|
2539
|
+
},
|
|
2540
|
+
},
|
|
2541
|
+
},
|
|
2542
|
+
AdwSqueezer: {
|
|
2543
|
+
allowNone: { girName: "allow-none", ffiType: { type: "boolean" } },
|
|
2544
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
2545
|
+
interpolateSize: { girName: "interpolate-size", ffiType: { type: "boolean" } },
|
|
2546
|
+
switchThresholdPolicy: {
|
|
2547
|
+
girName: "switch-threshold-policy",
|
|
2548
|
+
ffiType: {
|
|
2549
|
+
type: "int",
|
|
2550
|
+
size: 32,
|
|
2551
|
+
unsigned: false,
|
|
2552
|
+
library: "libadwaita-1.so.0",
|
|
2553
|
+
getTypeFn: "adw_fold_threshold_policy_get_type",
|
|
2554
|
+
},
|
|
2555
|
+
},
|
|
2556
|
+
transitionDuration: { girName: "transition-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2557
|
+
transitionType: {
|
|
2558
|
+
girName: "transition-type",
|
|
2559
|
+
ffiType: {
|
|
2560
|
+
type: "int",
|
|
2561
|
+
size: 32,
|
|
2562
|
+
unsigned: false,
|
|
2563
|
+
library: "libadwaita-1.so.0",
|
|
2564
|
+
getTypeFn: "adw_squeezer_transition_type_get_type",
|
|
2565
|
+
},
|
|
2566
|
+
},
|
|
2567
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2568
|
+
yalign: { girName: "yalign", ffiType: { type: "float", size: 32 } },
|
|
2569
|
+
orientation: {
|
|
2570
|
+
girName: "orientation",
|
|
2571
|
+
ffiType: {
|
|
2572
|
+
type: "int",
|
|
2573
|
+
size: 32,
|
|
2574
|
+
unsigned: false,
|
|
2575
|
+
library: "libgtk-4.so.1",
|
|
2576
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2577
|
+
},
|
|
2578
|
+
},
|
|
2579
|
+
},
|
|
2580
|
+
GtkStack: {
|
|
2581
|
+
hhomogeneous: { girName: "hhomogeneous", ffiType: { type: "boolean" } },
|
|
2582
|
+
interpolateSize: { girName: "interpolate-size", ffiType: { type: "boolean" } },
|
|
2583
|
+
transitionDuration: { girName: "transition-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2584
|
+
transitionType: {
|
|
2585
|
+
girName: "transition-type",
|
|
2586
|
+
ffiType: {
|
|
2587
|
+
type: "int",
|
|
2588
|
+
size: 32,
|
|
2589
|
+
unsigned: false,
|
|
2590
|
+
library: "libgtk-4.so.1",
|
|
2591
|
+
getTypeFn: "gtk_stack_transition_type_get_type",
|
|
2592
|
+
},
|
|
2593
|
+
},
|
|
2594
|
+
vhomogeneous: { girName: "vhomogeneous", ffiType: { type: "boolean" } },
|
|
2595
|
+
},
|
|
2596
|
+
GtkStackSidebar: {
|
|
2597
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
2598
|
+
},
|
|
2599
|
+
GtkStackSwitcher: {
|
|
2600
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
2601
|
+
orientation: {
|
|
2602
|
+
girName: "orientation",
|
|
2603
|
+
ffiType: {
|
|
2604
|
+
type: "int",
|
|
2605
|
+
size: 32,
|
|
2606
|
+
unsigned: false,
|
|
2607
|
+
library: "libgtk-4.so.1",
|
|
2608
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
2609
|
+
},
|
|
2610
|
+
},
|
|
2611
|
+
},
|
|
2612
|
+
AdwStatusPage: {
|
|
2613
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2614
|
+
description: { girName: "description", ffiType: { type: "string", ownership: "full" } },
|
|
2615
|
+
iconName: { girName: "icon-name", ffiType: { type: "string", ownership: "full" } },
|
|
2616
|
+
paintable: { girName: "paintable", ffiType: { type: "gobject", ownership: "full" } },
|
|
2617
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
2618
|
+
},
|
|
2619
|
+
GtkSourceStyleSchemeChooserButton: {
|
|
2620
|
+
styleScheme: { girName: "style-scheme", ffiType: { type: "gobject", ownership: "full" } },
|
|
2621
|
+
},
|
|
2622
|
+
GtkSourceStyleSchemeChooserWidget: {
|
|
2623
|
+
styleScheme: { girName: "style-scheme", ffiType: { type: "gobject", ownership: "full" } },
|
|
2624
|
+
},
|
|
2625
|
+
GtkSourceStyleSchemePreview: {
|
|
2626
|
+
scheme: { girName: "scheme", ffiType: { type: "gobject", ownership: "full" }, constructOnly: true as const },
|
|
2627
|
+
selected: { girName: "selected", ffiType: { type: "boolean" } },
|
|
2628
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
2629
|
+
actionTarget: {
|
|
2630
|
+
girName: "action-target",
|
|
2631
|
+
ffiType: {
|
|
2632
|
+
type: "fundamental",
|
|
2633
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
2634
|
+
refFn: "g_variant_ref_sink",
|
|
2635
|
+
unrefFn: "g_variant_unref",
|
|
2636
|
+
ownership: "full",
|
|
2637
|
+
},
|
|
2638
|
+
},
|
|
2639
|
+
},
|
|
2640
|
+
GtkSwitch: {
|
|
2641
|
+
active: { girName: "active", ffiType: { type: "boolean" } },
|
|
2642
|
+
state: { girName: "state", ffiType: { type: "boolean" } },
|
|
2643
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
2644
|
+
actionTarget: {
|
|
2645
|
+
girName: "action-target",
|
|
2646
|
+
ffiType: {
|
|
2647
|
+
type: "fundamental",
|
|
2648
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
2649
|
+
refFn: "g_variant_ref_sink",
|
|
2650
|
+
unrefFn: "g_variant_unref",
|
|
2651
|
+
ownership: "full",
|
|
2652
|
+
},
|
|
2653
|
+
},
|
|
2654
|
+
},
|
|
2655
|
+
AdwSwitchRow: {
|
|
2656
|
+
active: { girName: "active", ffiType: { type: "boolean" } },
|
|
2657
|
+
},
|
|
2658
|
+
AdwTabBar: {
|
|
2659
|
+
autohide: { girName: "autohide", ffiType: { type: "boolean" } },
|
|
2660
|
+
endActionWidget: { girName: "end-action-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
2661
|
+
expandTabs: { girName: "expand-tabs", ffiType: { type: "boolean" } },
|
|
2662
|
+
extraDragPreload: { girName: "extra-drag-preload", ffiType: { type: "boolean" } },
|
|
2663
|
+
inverted: { girName: "inverted", ffiType: { type: "boolean" } },
|
|
2664
|
+
startActionWidget: { girName: "start-action-widget", ffiType: { type: "gobject", ownership: "full" } },
|
|
2665
|
+
view: { girName: "view", ffiType: { type: "gobject", ownership: "full" } },
|
|
2666
|
+
},
|
|
2667
|
+
AdwTabButton: {
|
|
2668
|
+
view: { girName: "view", ffiType: { type: "gobject", ownership: "full" } },
|
|
2669
|
+
actionName: { girName: "action-name", ffiType: { type: "string", ownership: "full" } },
|
|
2670
|
+
actionTarget: {
|
|
2671
|
+
girName: "action-target",
|
|
2672
|
+
ffiType: {
|
|
2673
|
+
type: "fundamental",
|
|
2674
|
+
library: "libgobject-2.0.so.0,libglib-2.0.so.0",
|
|
2675
|
+
refFn: "g_variant_ref_sink",
|
|
2676
|
+
unrefFn: "g_variant_unref",
|
|
2677
|
+
ownership: "full",
|
|
2678
|
+
},
|
|
2679
|
+
},
|
|
2680
|
+
},
|
|
2681
|
+
AdwTabOverview: {
|
|
2682
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
2683
|
+
enableNewTab: { girName: "enable-new-tab", ffiType: { type: "boolean" } },
|
|
2684
|
+
enableSearch: { girName: "enable-search", ffiType: { type: "boolean" } },
|
|
2685
|
+
extraDragPreload: { girName: "extra-drag-preload", ffiType: { type: "boolean" } },
|
|
2686
|
+
inverted: { girName: "inverted", ffiType: { type: "boolean" } },
|
|
2687
|
+
open: { girName: "open", ffiType: { type: "boolean" } },
|
|
2688
|
+
secondaryMenu: { girName: "secondary-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
2689
|
+
showEndTitleButtons: { girName: "show-end-title-buttons", ffiType: { type: "boolean" } },
|
|
2690
|
+
showStartTitleButtons: { girName: "show-start-title-buttons", ffiType: { type: "boolean" } },
|
|
2691
|
+
view: { girName: "view", ffiType: { type: "gobject", ownership: "full" } },
|
|
2692
|
+
},
|
|
2693
|
+
AdwTabView: {
|
|
2694
|
+
defaultIcon: { girName: "default-icon", ffiType: { type: "gobject", ownership: "full" } },
|
|
2695
|
+
menuModel: { girName: "menu-model", ffiType: { type: "gobject", ownership: "full" } },
|
|
2696
|
+
selectedPage: { girName: "selected-page", ffiType: { type: "gobject", ownership: "full" } },
|
|
2697
|
+
shortcuts: {
|
|
2698
|
+
girName: "shortcuts",
|
|
2699
|
+
ffiType: {
|
|
2700
|
+
type: "int",
|
|
2701
|
+
size: 32,
|
|
2702
|
+
unsigned: true,
|
|
2703
|
+
library: "libadwaita-1.so.0",
|
|
2704
|
+
getTypeFn: "adw_tab_view_shortcuts_get_type",
|
|
2705
|
+
},
|
|
2706
|
+
},
|
|
2707
|
+
},
|
|
2708
|
+
VteTerminal: {
|
|
2709
|
+
allowBold: { girName: "allow-bold", ffiType: { type: "boolean" } },
|
|
2710
|
+
allowHyperlink: { girName: "allow-hyperlink", ffiType: { type: "boolean" } },
|
|
2711
|
+
audibleBell: { girName: "audible-bell", ffiType: { type: "boolean" } },
|
|
2712
|
+
backspaceBinding: {
|
|
2713
|
+
girName: "backspace-binding",
|
|
2714
|
+
ffiType: {
|
|
2715
|
+
type: "int",
|
|
2716
|
+
size: 32,
|
|
2717
|
+
unsigned: false,
|
|
2718
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2719
|
+
getTypeFn: "vte_erase_binding_get_type",
|
|
2720
|
+
},
|
|
2721
|
+
},
|
|
2722
|
+
boldIsBright: { girName: "bold-is-bright", ffiType: { type: "boolean" } },
|
|
2723
|
+
cellHeightScale: { girName: "cell-height-scale", ffiType: { type: "float", size: 64 } },
|
|
2724
|
+
cellWidthScale: { girName: "cell-width-scale", ffiType: { type: "float", size: 64 } },
|
|
2725
|
+
cjkAmbiguousWidth: { girName: "cjk-ambiguous-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2726
|
+
contextMenu: { girName: "context-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
2727
|
+
contextMenuModel: { girName: "context-menu-model", ffiType: { type: "gobject", ownership: "full" } },
|
|
2728
|
+
cursorBlinkMode: {
|
|
2729
|
+
girName: "cursor-blink-mode",
|
|
2730
|
+
ffiType: {
|
|
2731
|
+
type: "int",
|
|
2732
|
+
size: 32,
|
|
2733
|
+
unsigned: false,
|
|
2734
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2735
|
+
getTypeFn: "vte_cursor_blink_mode_get_type",
|
|
2736
|
+
},
|
|
2737
|
+
},
|
|
2738
|
+
cursorShape: {
|
|
2739
|
+
girName: "cursor-shape",
|
|
2740
|
+
ffiType: {
|
|
2741
|
+
type: "int",
|
|
2742
|
+
size: 32,
|
|
2743
|
+
unsigned: false,
|
|
2744
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2745
|
+
getTypeFn: "vte_cursor_shape_get_type",
|
|
2746
|
+
},
|
|
2747
|
+
},
|
|
2748
|
+
deleteBinding: {
|
|
2749
|
+
girName: "delete-binding",
|
|
2750
|
+
ffiType: {
|
|
2751
|
+
type: "int",
|
|
2752
|
+
size: 32,
|
|
2753
|
+
unsigned: false,
|
|
2754
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2755
|
+
getTypeFn: "vte_erase_binding_get_type",
|
|
2756
|
+
},
|
|
2757
|
+
},
|
|
2758
|
+
enableA11y: { girName: "enable-a11y", ffiType: { type: "boolean" } },
|
|
2759
|
+
enableBidi: { girName: "enable-bidi", ffiType: { type: "boolean" } },
|
|
2760
|
+
enableFallbackScrolling: { girName: "enable-fallback-scrolling", ffiType: { type: "boolean" } },
|
|
2761
|
+
enableLegacyOsc777: { girName: "enable-legacy-osc777", ffiType: { type: "boolean" } },
|
|
2762
|
+
enableShaping: { girName: "enable-shaping", ffiType: { type: "boolean" } },
|
|
2763
|
+
enableSixel: { girName: "enable-sixel", ffiType: { type: "boolean" } },
|
|
2764
|
+
encoding: { girName: "encoding", ffiType: { type: "string", ownership: "full" } },
|
|
2765
|
+
fontDesc: {
|
|
2766
|
+
girName: "font-desc",
|
|
2767
|
+
ffiType: {
|
|
2768
|
+
type: "boxed",
|
|
2769
|
+
innerType: "PangoFontDescription",
|
|
2770
|
+
ownership: "full",
|
|
2771
|
+
library: "libpango-1.0.so.0",
|
|
2772
|
+
getTypeFn: "pango_font_description_get_type",
|
|
2773
|
+
},
|
|
2774
|
+
},
|
|
2775
|
+
fontOptions: {
|
|
2776
|
+
girName: "font-options",
|
|
2777
|
+
ffiType: {
|
|
2778
|
+
type: "boxed",
|
|
2779
|
+
innerType: "CairoFontOptions",
|
|
2780
|
+
ownership: "full",
|
|
2781
|
+
library: "libcairo-gobject.so.2",
|
|
2782
|
+
getTypeFn: "cairo_gobject_font_options_get_type",
|
|
2783
|
+
},
|
|
2784
|
+
},
|
|
2785
|
+
fontScale: { girName: "font-scale", ffiType: { type: "float", size: 64 } },
|
|
2786
|
+
inputEnabled: { girName: "input-enabled", ffiType: { type: "boolean" } },
|
|
2787
|
+
pointerAutohide: { girName: "pointer-autohide", ffiType: { type: "boolean" } },
|
|
2788
|
+
pty: { girName: "pty", ffiType: { type: "gobject", ownership: "full" } },
|
|
2789
|
+
rewrapOnResize: { girName: "rewrap-on-resize", ffiType: { type: "boolean" } },
|
|
2790
|
+
scrollOnInsert: { girName: "scroll-on-insert", ffiType: { type: "boolean" } },
|
|
2791
|
+
scrollOnKeystroke: { girName: "scroll-on-keystroke", ffiType: { type: "boolean" } },
|
|
2792
|
+
scrollOnOutput: { girName: "scroll-on-output", ffiType: { type: "boolean" } },
|
|
2793
|
+
scrollUnitIsPixels: { girName: "scroll-unit-is-pixels", ffiType: { type: "boolean" } },
|
|
2794
|
+
scrollbackLines: { girName: "scrollback-lines", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2795
|
+
textBlinkMode: {
|
|
2796
|
+
girName: "text-blink-mode",
|
|
2797
|
+
ffiType: {
|
|
2798
|
+
type: "int",
|
|
2799
|
+
size: 32,
|
|
2800
|
+
unsigned: false,
|
|
2801
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2802
|
+
getTypeFn: "vte_text_blink_mode_get_type",
|
|
2803
|
+
},
|
|
2804
|
+
},
|
|
2805
|
+
xalign: {
|
|
2806
|
+
girName: "xalign",
|
|
2807
|
+
ffiType: {
|
|
2808
|
+
type: "int",
|
|
2809
|
+
size: 32,
|
|
2810
|
+
unsigned: false,
|
|
2811
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2812
|
+
getTypeFn: "vte_align_get_type",
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2815
|
+
xfill: { girName: "xfill", ffiType: { type: "boolean" } },
|
|
2816
|
+
yalign: {
|
|
2817
|
+
girName: "yalign",
|
|
2818
|
+
ffiType: {
|
|
2819
|
+
type: "int",
|
|
2820
|
+
size: 32,
|
|
2821
|
+
unsigned: false,
|
|
2822
|
+
library: "libvte-2.91-gtk4.so.0",
|
|
2823
|
+
getTypeFn: "vte_align_get_type",
|
|
2824
|
+
},
|
|
2825
|
+
},
|
|
2826
|
+
yfill: { girName: "yfill", ffiType: { type: "boolean" } },
|
|
2827
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2828
|
+
hscrollPolicy: {
|
|
2829
|
+
girName: "hscroll-policy",
|
|
2830
|
+
ffiType: {
|
|
2831
|
+
type: "int",
|
|
2832
|
+
size: 32,
|
|
2833
|
+
unsigned: false,
|
|
2834
|
+
library: "libgtk-4.so.1",
|
|
2835
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
2836
|
+
},
|
|
2837
|
+
},
|
|
2838
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2839
|
+
vscrollPolicy: {
|
|
2840
|
+
girName: "vscroll-policy",
|
|
2841
|
+
ffiType: {
|
|
2842
|
+
type: "int",
|
|
2843
|
+
size: 32,
|
|
2844
|
+
unsigned: false,
|
|
2845
|
+
library: "libgtk-4.so.1",
|
|
2846
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
2847
|
+
},
|
|
2848
|
+
},
|
|
2849
|
+
},
|
|
2850
|
+
GtkText: {
|
|
2851
|
+
activatesDefault: { girName: "activates-default", ffiType: { type: "boolean" } },
|
|
2852
|
+
attributes: {
|
|
2853
|
+
girName: "attributes",
|
|
2854
|
+
ffiType: {
|
|
2855
|
+
type: "boxed",
|
|
2856
|
+
innerType: "PangoAttrList",
|
|
2857
|
+
ownership: "full",
|
|
2858
|
+
library: "libpango-1.0.so.0",
|
|
2859
|
+
getTypeFn: "pango_attr_list_get_type",
|
|
2860
|
+
},
|
|
2861
|
+
},
|
|
2862
|
+
buffer: { girName: "buffer", ffiType: { type: "gobject", ownership: "full" } },
|
|
2863
|
+
enableEmojiCompletion: { girName: "enable-emoji-completion", ffiType: { type: "boolean" } },
|
|
2864
|
+
extraMenu: { girName: "extra-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
2865
|
+
imModule: { girName: "im-module", ffiType: { type: "string", ownership: "full" } },
|
|
2866
|
+
inputHints: {
|
|
2867
|
+
girName: "input-hints",
|
|
2868
|
+
ffiType: {
|
|
2869
|
+
type: "int",
|
|
2870
|
+
size: 32,
|
|
2871
|
+
unsigned: true,
|
|
2872
|
+
library: "libgtk-4.so.1",
|
|
2873
|
+
getTypeFn: "gtk_input_hints_get_type",
|
|
2874
|
+
},
|
|
2875
|
+
},
|
|
2876
|
+
inputPurpose: {
|
|
2877
|
+
girName: "input-purpose",
|
|
2878
|
+
ffiType: {
|
|
2879
|
+
type: "int",
|
|
2880
|
+
size: 32,
|
|
2881
|
+
unsigned: false,
|
|
2882
|
+
library: "libgtk-4.so.1",
|
|
2883
|
+
getTypeFn: "gtk_input_purpose_get_type",
|
|
2884
|
+
},
|
|
2885
|
+
},
|
|
2886
|
+
invisibleChar: { girName: "invisible-char", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
2887
|
+
invisibleCharSet: { girName: "invisible-char-set", ffiType: { type: "boolean" } },
|
|
2888
|
+
maxLength: { girName: "max-length", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2889
|
+
overwriteMode: { girName: "overwrite-mode", ffiType: { type: "boolean" } },
|
|
2890
|
+
placeholderText: { girName: "placeholder-text", ffiType: { type: "string", ownership: "full" } },
|
|
2891
|
+
propagateTextWidth: { girName: "propagate-text-width", ffiType: { type: "boolean" } },
|
|
2892
|
+
tabs: {
|
|
2893
|
+
girName: "tabs",
|
|
2894
|
+
ffiType: {
|
|
2895
|
+
type: "boxed",
|
|
2896
|
+
innerType: "PangoTabArray",
|
|
2897
|
+
ownership: "full",
|
|
2898
|
+
library: "libpango-1.0.so.0",
|
|
2899
|
+
getTypeFn: "pango_tab_array_get_type",
|
|
2900
|
+
},
|
|
2901
|
+
},
|
|
2902
|
+
truncateMultiline: { girName: "truncate-multiline", ffiType: { type: "boolean" } },
|
|
2903
|
+
visibility: { girName: "visibility", ffiType: { type: "boolean" } },
|
|
2904
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2905
|
+
enableUndo: { girName: "enable-undo", ffiType: { type: "boolean" } },
|
|
2906
|
+
maxWidthChars: { girName: "max-width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2907
|
+
text: { girName: "text", ffiType: { type: "string", ownership: "full" } },
|
|
2908
|
+
widthChars: { girName: "width-chars", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2909
|
+
xalign: { girName: "xalign", ffiType: { type: "float", size: 32 } },
|
|
2910
|
+
},
|
|
2911
|
+
GtkTextView: {
|
|
2912
|
+
acceptsTab: { girName: "accepts-tab", ffiType: { type: "boolean" } },
|
|
2913
|
+
bottomMargin: { girName: "bottom-margin", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2914
|
+
cursorVisible: { girName: "cursor-visible", ffiType: { type: "boolean" } },
|
|
2915
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
2916
|
+
extraMenu: { girName: "extra-menu", ffiType: { type: "gobject", ownership: "full" } },
|
|
2917
|
+
imModule: { girName: "im-module", ffiType: { type: "string", ownership: "full" } },
|
|
2918
|
+
indent: { girName: "indent", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2919
|
+
inputHints: {
|
|
2920
|
+
girName: "input-hints",
|
|
2921
|
+
ffiType: {
|
|
2922
|
+
type: "int",
|
|
2923
|
+
size: 32,
|
|
2924
|
+
unsigned: true,
|
|
2925
|
+
library: "libgtk-4.so.1",
|
|
2926
|
+
getTypeFn: "gtk_input_hints_get_type",
|
|
2927
|
+
},
|
|
2928
|
+
},
|
|
2929
|
+
inputPurpose: {
|
|
2930
|
+
girName: "input-purpose",
|
|
2931
|
+
ffiType: {
|
|
2932
|
+
type: "int",
|
|
2933
|
+
size: 32,
|
|
2934
|
+
unsigned: false,
|
|
2935
|
+
library: "libgtk-4.so.1",
|
|
2936
|
+
getTypeFn: "gtk_input_purpose_get_type",
|
|
2937
|
+
},
|
|
2938
|
+
},
|
|
2939
|
+
justification: {
|
|
2940
|
+
girName: "justification",
|
|
2941
|
+
ffiType: {
|
|
2942
|
+
type: "int",
|
|
2943
|
+
size: 32,
|
|
2944
|
+
unsigned: false,
|
|
2945
|
+
library: "libgtk-4.so.1",
|
|
2946
|
+
getTypeFn: "gtk_justification_get_type",
|
|
2947
|
+
},
|
|
2948
|
+
},
|
|
2949
|
+
leftMargin: { girName: "left-margin", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2950
|
+
monospace: { girName: "monospace", ffiType: { type: "boolean" } },
|
|
2951
|
+
overwrite: { girName: "overwrite", ffiType: { type: "boolean" } },
|
|
2952
|
+
pixelsAboveLines: { girName: "pixels-above-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2953
|
+
pixelsBelowLines: { girName: "pixels-below-lines", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2954
|
+
pixelsInsideWrap: { girName: "pixels-inside-wrap", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2955
|
+
rightMargin: { girName: "right-margin", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2956
|
+
tabs: {
|
|
2957
|
+
girName: "tabs",
|
|
2958
|
+
ffiType: {
|
|
2959
|
+
type: "boxed",
|
|
2960
|
+
innerType: "PangoTabArray",
|
|
2961
|
+
ownership: "full",
|
|
2962
|
+
library: "libpango-1.0.so.0",
|
|
2963
|
+
getTypeFn: "pango_tab_array_get_type",
|
|
2964
|
+
},
|
|
2965
|
+
},
|
|
2966
|
+
topMargin: { girName: "top-margin", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
2967
|
+
wrapMode: {
|
|
2968
|
+
girName: "wrap-mode",
|
|
2969
|
+
ffiType: {
|
|
2970
|
+
type: "int",
|
|
2971
|
+
size: 32,
|
|
2972
|
+
unsigned: false,
|
|
2973
|
+
library: "libgtk-4.so.1",
|
|
2974
|
+
getTypeFn: "gtk_wrap_mode_get_type",
|
|
2975
|
+
},
|
|
2976
|
+
},
|
|
2977
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2978
|
+
hscrollPolicy: {
|
|
2979
|
+
girName: "hscroll-policy",
|
|
2980
|
+
ffiType: {
|
|
2981
|
+
type: "int",
|
|
2982
|
+
size: 32,
|
|
2983
|
+
unsigned: false,
|
|
2984
|
+
library: "libgtk-4.so.1",
|
|
2985
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
2986
|
+
},
|
|
2987
|
+
},
|
|
2988
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
2989
|
+
vscrollPolicy: {
|
|
2990
|
+
girName: "vscroll-policy",
|
|
2991
|
+
ffiType: {
|
|
2992
|
+
type: "int",
|
|
2993
|
+
size: 32,
|
|
2994
|
+
unsigned: false,
|
|
2995
|
+
library: "libgtk-4.so.1",
|
|
2996
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
2997
|
+
},
|
|
2998
|
+
},
|
|
2999
|
+
},
|
|
3000
|
+
AdwToastOverlay: {
|
|
3001
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
3002
|
+
},
|
|
3003
|
+
GtkToggleButton: {
|
|
3004
|
+
active: { girName: "active", ffiType: { type: "boolean" } },
|
|
3005
|
+
group: { girName: "group", ffiType: { type: "gobject", ownership: "full" } },
|
|
3006
|
+
},
|
|
3007
|
+
AdwToggleGroup: {
|
|
3008
|
+
active: { girName: "active", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
3009
|
+
activeName: { girName: "active-name", ffiType: { type: "string", ownership: "full" } },
|
|
3010
|
+
canShrink: { girName: "can-shrink", ffiType: { type: "boolean" } },
|
|
3011
|
+
homogeneous: { girName: "homogeneous", ffiType: { type: "boolean" } },
|
|
3012
|
+
orientation: {
|
|
3013
|
+
girName: "orientation",
|
|
3014
|
+
ffiType: {
|
|
3015
|
+
type: "int",
|
|
3016
|
+
size: 32,
|
|
3017
|
+
unsigned: false,
|
|
3018
|
+
library: "libgtk-4.so.1",
|
|
3019
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
3020
|
+
},
|
|
3021
|
+
},
|
|
3022
|
+
},
|
|
3023
|
+
AdwToolbarView: {
|
|
3024
|
+
bottomBarStyle: {
|
|
3025
|
+
girName: "bottom-bar-style",
|
|
3026
|
+
ffiType: {
|
|
3027
|
+
type: "int",
|
|
3028
|
+
size: 32,
|
|
3029
|
+
unsigned: false,
|
|
3030
|
+
library: "libadwaita-1.so.0",
|
|
3031
|
+
getTypeFn: "adw_toolbar_style_get_type",
|
|
3032
|
+
},
|
|
3033
|
+
},
|
|
3034
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
3035
|
+
extendContentToBottomEdge: { girName: "extend-content-to-bottom-edge", ffiType: { type: "boolean" } },
|
|
3036
|
+
extendContentToTopEdge: { girName: "extend-content-to-top-edge", ffiType: { type: "boolean" } },
|
|
3037
|
+
revealBottomBars: { girName: "reveal-bottom-bars", ffiType: { type: "boolean" } },
|
|
3038
|
+
revealTopBars: { girName: "reveal-top-bars", ffiType: { type: "boolean" } },
|
|
3039
|
+
topBarStyle: {
|
|
3040
|
+
girName: "top-bar-style",
|
|
3041
|
+
ffiType: {
|
|
3042
|
+
type: "int",
|
|
3043
|
+
size: 32,
|
|
3044
|
+
unsigned: false,
|
|
3045
|
+
library: "libadwaita-1.so.0",
|
|
3046
|
+
getTypeFn: "adw_toolbar_style_get_type",
|
|
3047
|
+
},
|
|
3048
|
+
},
|
|
3049
|
+
},
|
|
3050
|
+
GtkTreeExpander: {
|
|
3051
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
3052
|
+
hideExpander: { girName: "hide-expander", ffiType: { type: "boolean" } },
|
|
3053
|
+
indentForDepth: { girName: "indent-for-depth", ffiType: { type: "boolean" } },
|
|
3054
|
+
indentForIcon: { girName: "indent-for-icon", ffiType: { type: "boolean" } },
|
|
3055
|
+
listRow: { girName: "list-row", ffiType: { type: "gobject", ownership: "full" } },
|
|
3056
|
+
},
|
|
3057
|
+
GtkTreeView: {
|
|
3058
|
+
activateOnSingleClick: { girName: "activate-on-single-click", ffiType: { type: "boolean" } },
|
|
3059
|
+
enableGridLines: {
|
|
3060
|
+
girName: "enable-grid-lines",
|
|
3061
|
+
ffiType: {
|
|
3062
|
+
type: "int",
|
|
3063
|
+
size: 32,
|
|
3064
|
+
unsigned: false,
|
|
3065
|
+
library: "libgtk-4.so.1",
|
|
3066
|
+
getTypeFn: "gtk_tree_view_grid_lines_get_type",
|
|
3067
|
+
},
|
|
3068
|
+
},
|
|
3069
|
+
enableSearch: { girName: "enable-search", ffiType: { type: "boolean" } },
|
|
3070
|
+
enableTreeLines: { girName: "enable-tree-lines", ffiType: { type: "boolean" } },
|
|
3071
|
+
expanderColumn: { girName: "expander-column", ffiType: { type: "gobject", ownership: "full" } },
|
|
3072
|
+
fixedHeightMode: { girName: "fixed-height-mode", ffiType: { type: "boolean" } },
|
|
3073
|
+
headersClickable: { girName: "headers-clickable", ffiType: { type: "boolean" } },
|
|
3074
|
+
headersVisible: { girName: "headers-visible", ffiType: { type: "boolean" } },
|
|
3075
|
+
hoverExpand: { girName: "hover-expand", ffiType: { type: "boolean" } },
|
|
3076
|
+
hoverSelection: { girName: "hover-selection", ffiType: { type: "boolean" } },
|
|
3077
|
+
levelIndentation: { girName: "level-indentation", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3078
|
+
model: { girName: "model", ffiType: { type: "gobject", ownership: "full" } },
|
|
3079
|
+
reorderable: { girName: "reorderable", ffiType: { type: "boolean" } },
|
|
3080
|
+
rubberBanding: { girName: "rubber-banding", ffiType: { type: "boolean" } },
|
|
3081
|
+
searchColumn: { girName: "search-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3082
|
+
showExpanders: { girName: "show-expanders", ffiType: { type: "boolean" } },
|
|
3083
|
+
tooltipColumn: { girName: "tooltip-column", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3084
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
3085
|
+
hscrollPolicy: {
|
|
3086
|
+
girName: "hscroll-policy",
|
|
3087
|
+
ffiType: {
|
|
3088
|
+
type: "int",
|
|
3089
|
+
size: 32,
|
|
3090
|
+
unsigned: false,
|
|
3091
|
+
library: "libgtk-4.so.1",
|
|
3092
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
3093
|
+
},
|
|
3094
|
+
},
|
|
3095
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
3096
|
+
vscrollPolicy: {
|
|
3097
|
+
girName: "vscroll-policy",
|
|
3098
|
+
ffiType: {
|
|
3099
|
+
type: "int",
|
|
3100
|
+
size: 32,
|
|
3101
|
+
unsigned: false,
|
|
3102
|
+
library: "libgtk-4.so.1",
|
|
3103
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
3104
|
+
},
|
|
3105
|
+
},
|
|
3106
|
+
},
|
|
3107
|
+
GtkVideo: {
|
|
3108
|
+
autoplay: { girName: "autoplay", ffiType: { type: "boolean" } },
|
|
3109
|
+
file: { girName: "file", ffiType: { type: "gobject", ownership: "full" } },
|
|
3110
|
+
graphicsOffload: {
|
|
3111
|
+
girName: "graphics-offload",
|
|
3112
|
+
ffiType: {
|
|
3113
|
+
type: "int",
|
|
3114
|
+
size: 32,
|
|
3115
|
+
unsigned: false,
|
|
3116
|
+
library: "libgtk-4.so.1",
|
|
3117
|
+
getTypeFn: "gtk_graphics_offload_enabled_get_type",
|
|
3118
|
+
},
|
|
3119
|
+
},
|
|
3120
|
+
loop: { girName: "loop", ffiType: { type: "boolean" } },
|
|
3121
|
+
mediaStream: { girName: "media-stream", ffiType: { type: "gobject", ownership: "full" } },
|
|
3122
|
+
},
|
|
3123
|
+
GtkSourceView: {
|
|
3124
|
+
autoIndent: { girName: "auto-indent", ffiType: { type: "boolean" } },
|
|
3125
|
+
backgroundPattern: {
|
|
3126
|
+
girName: "background-pattern",
|
|
3127
|
+
ffiType: {
|
|
3128
|
+
type: "int",
|
|
3129
|
+
size: 32,
|
|
3130
|
+
unsigned: false,
|
|
3131
|
+
library: "libgtksourceview-5.so.0",
|
|
3132
|
+
getTypeFn: "gtk_source_background_pattern_type_get_type",
|
|
3133
|
+
},
|
|
3134
|
+
},
|
|
3135
|
+
enableSnippets: { girName: "enable-snippets", ffiType: { type: "boolean" } },
|
|
3136
|
+
highlightCurrentLine: { girName: "highlight-current-line", ffiType: { type: "boolean" } },
|
|
3137
|
+
indentOnTab: { girName: "indent-on-tab", ffiType: { type: "boolean" } },
|
|
3138
|
+
indentWidth: { girName: "indent-width", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3139
|
+
indenter: { girName: "indenter", ffiType: { type: "gobject", ownership: "full" } },
|
|
3140
|
+
insertSpacesInsteadOfTabs: { girName: "insert-spaces-instead-of-tabs", ffiType: { type: "boolean" } },
|
|
3141
|
+
rightMarginPosition: { girName: "right-margin-position", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
3142
|
+
showLineMarks: { girName: "show-line-marks", ffiType: { type: "boolean" } },
|
|
3143
|
+
showLineNumbers: { girName: "show-line-numbers", ffiType: { type: "boolean" } },
|
|
3144
|
+
showRightMargin: { girName: "show-right-margin", ffiType: { type: "boolean" } },
|
|
3145
|
+
smartBackspace: { girName: "smart-backspace", ffiType: { type: "boolean" } },
|
|
3146
|
+
smartHomeEnd: {
|
|
3147
|
+
girName: "smart-home-end",
|
|
3148
|
+
ffiType: {
|
|
3149
|
+
type: "int",
|
|
3150
|
+
size: 32,
|
|
3151
|
+
unsigned: false,
|
|
3152
|
+
library: "libgtksourceview-5.so.0",
|
|
3153
|
+
getTypeFn: "gtk_source_smart_home_end_type_get_type",
|
|
3154
|
+
},
|
|
3155
|
+
},
|
|
3156
|
+
tabWidth: { girName: "tab-width", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
3157
|
+
},
|
|
3158
|
+
GtkViewport: {
|
|
3159
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
3160
|
+
scrollToFocus: { girName: "scroll-to-focus", ffiType: { type: "boolean" } },
|
|
3161
|
+
hadjustment: { girName: "hadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
3162
|
+
hscrollPolicy: {
|
|
3163
|
+
girName: "hscroll-policy",
|
|
3164
|
+
ffiType: {
|
|
3165
|
+
type: "int",
|
|
3166
|
+
size: 32,
|
|
3167
|
+
unsigned: false,
|
|
3168
|
+
library: "libgtk-4.so.1",
|
|
3169
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
3170
|
+
},
|
|
3171
|
+
},
|
|
3172
|
+
vadjustment: { girName: "vadjustment", ffiType: { type: "gobject", ownership: "full" } },
|
|
3173
|
+
vscrollPolicy: {
|
|
3174
|
+
girName: "vscroll-policy",
|
|
3175
|
+
ffiType: {
|
|
3176
|
+
type: "int",
|
|
3177
|
+
size: 32,
|
|
3178
|
+
unsigned: false,
|
|
3179
|
+
library: "libgtk-4.so.1",
|
|
3180
|
+
getTypeFn: "gtk_scrollable_policy_get_type",
|
|
3181
|
+
},
|
|
3182
|
+
},
|
|
3183
|
+
},
|
|
3184
|
+
AdwViewStack: {
|
|
3185
|
+
enableTransitions: { girName: "enable-transitions", ffiType: { type: "boolean" } },
|
|
3186
|
+
hhomogeneous: { girName: "hhomogeneous", ffiType: { type: "boolean" } },
|
|
3187
|
+
transitionDuration: { girName: "transition-duration", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
3188
|
+
vhomogeneous: { girName: "vhomogeneous", ffiType: { type: "boolean" } },
|
|
3189
|
+
},
|
|
3190
|
+
AdwViewSwitcher: {
|
|
3191
|
+
policy: {
|
|
3192
|
+
girName: "policy",
|
|
3193
|
+
ffiType: {
|
|
3194
|
+
type: "int",
|
|
3195
|
+
size: 32,
|
|
3196
|
+
unsigned: false,
|
|
3197
|
+
library: "libadwaita-1.so.0",
|
|
3198
|
+
getTypeFn: "adw_view_switcher_policy_get_type",
|
|
3199
|
+
},
|
|
3200
|
+
},
|
|
3201
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
3202
|
+
},
|
|
3203
|
+
AdwViewSwitcherBar: {
|
|
3204
|
+
reveal: { girName: "reveal", ffiType: { type: "boolean" } },
|
|
3205
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
3206
|
+
},
|
|
3207
|
+
AdwViewSwitcherTitle: {
|
|
3208
|
+
stack: { girName: "stack", ffiType: { type: "gobject", ownership: "full" } },
|
|
3209
|
+
subtitle: { girName: "subtitle", ffiType: { type: "string", ownership: "full" } },
|
|
3210
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
3211
|
+
viewSwitcherEnabled: { girName: "view-switcher-enabled", ffiType: { type: "boolean" } },
|
|
3212
|
+
},
|
|
3213
|
+
GtkVolumeButton: {
|
|
3214
|
+
useSymbolic: { girName: "use-symbolic", ffiType: { type: "boolean" } },
|
|
3215
|
+
},
|
|
3216
|
+
WebKitWebView: {
|
|
3217
|
+
automationPresentationType: {
|
|
3218
|
+
girName: "automation-presentation-type",
|
|
3219
|
+
ffiType: {
|
|
3220
|
+
type: "int",
|
|
3221
|
+
size: 32,
|
|
3222
|
+
unsigned: false,
|
|
3223
|
+
library: "libwebkitgtk-6.0.so.4,libjavascriptcoregtk-6.0.so.1",
|
|
3224
|
+
getTypeFn: "webkit_automation_browsing_context_presentation_get_type",
|
|
3225
|
+
},
|
|
3226
|
+
constructOnly: true as const,
|
|
3227
|
+
},
|
|
3228
|
+
cameraCaptureState: {
|
|
3229
|
+
girName: "camera-capture-state",
|
|
3230
|
+
ffiType: {
|
|
3231
|
+
type: "int",
|
|
3232
|
+
size: 32,
|
|
3233
|
+
unsigned: false,
|
|
3234
|
+
library: "libwebkitgtk-6.0.so.4,libjavascriptcoregtk-6.0.so.1",
|
|
3235
|
+
getTypeFn: "webkit_media_capture_state_get_type",
|
|
3236
|
+
},
|
|
3237
|
+
},
|
|
3238
|
+
defaultContentSecurityPolicy: {
|
|
3239
|
+
girName: "default-content-security-policy",
|
|
3240
|
+
ffiType: { type: "string", ownership: "full" },
|
|
3241
|
+
constructOnly: true as const,
|
|
3242
|
+
},
|
|
3243
|
+
displayCaptureState: {
|
|
3244
|
+
girName: "display-capture-state",
|
|
3245
|
+
ffiType: {
|
|
3246
|
+
type: "int",
|
|
3247
|
+
size: 32,
|
|
3248
|
+
unsigned: false,
|
|
3249
|
+
library: "libwebkitgtk-6.0.so.4,libjavascriptcoregtk-6.0.so.1",
|
|
3250
|
+
getTypeFn: "webkit_media_capture_state_get_type",
|
|
3251
|
+
},
|
|
3252
|
+
},
|
|
3253
|
+
editable: { girName: "editable", ffiType: { type: "boolean" } },
|
|
3254
|
+
isControlledByAutomation: {
|
|
3255
|
+
girName: "is-controlled-by-automation",
|
|
3256
|
+
ffiType: { type: "boolean" },
|
|
3257
|
+
constructOnly: true as const,
|
|
3258
|
+
},
|
|
3259
|
+
isMuted: { girName: "is-muted", ffiType: { type: "boolean" } },
|
|
3260
|
+
microphoneCaptureState: {
|
|
3261
|
+
girName: "microphone-capture-state",
|
|
3262
|
+
ffiType: {
|
|
3263
|
+
type: "int",
|
|
3264
|
+
size: 32,
|
|
3265
|
+
unsigned: false,
|
|
3266
|
+
library: "libwebkitgtk-6.0.so.4,libjavascriptcoregtk-6.0.so.1",
|
|
3267
|
+
getTypeFn: "webkit_media_capture_state_get_type",
|
|
3268
|
+
},
|
|
3269
|
+
},
|
|
3270
|
+
networkSession: {
|
|
3271
|
+
girName: "network-session",
|
|
3272
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3273
|
+
constructOnly: true as const,
|
|
3274
|
+
},
|
|
3275
|
+
relatedView: {
|
|
3276
|
+
girName: "related-view",
|
|
3277
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3278
|
+
constructOnly: true as const,
|
|
3279
|
+
},
|
|
3280
|
+
settings: { girName: "settings", ffiType: { type: "gobject", ownership: "full" } },
|
|
3281
|
+
userContentManager: {
|
|
3282
|
+
girName: "user-content-manager",
|
|
3283
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3284
|
+
constructOnly: true as const,
|
|
3285
|
+
},
|
|
3286
|
+
webContext: {
|
|
3287
|
+
girName: "web-context",
|
|
3288
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3289
|
+
constructOnly: true as const,
|
|
3290
|
+
},
|
|
3291
|
+
webExtensionMode: {
|
|
3292
|
+
girName: "web-extension-mode",
|
|
3293
|
+
ffiType: {
|
|
3294
|
+
type: "int",
|
|
3295
|
+
size: 32,
|
|
3296
|
+
unsigned: false,
|
|
3297
|
+
library: "libwebkitgtk-6.0.so.4,libjavascriptcoregtk-6.0.so.1",
|
|
3298
|
+
getTypeFn: "webkit_web_extension_mode_get_type",
|
|
3299
|
+
},
|
|
3300
|
+
constructOnly: true as const,
|
|
3301
|
+
},
|
|
3302
|
+
websitePolicies: {
|
|
3303
|
+
girName: "website-policies",
|
|
3304
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3305
|
+
constructOnly: true as const,
|
|
3306
|
+
},
|
|
3307
|
+
zoomLevel: { girName: "zoom-level", ffiType: { type: "float", size: 64 } },
|
|
3308
|
+
},
|
|
3309
|
+
GtkWindowControls: {
|
|
3310
|
+
decorationLayout: { girName: "decoration-layout", ffiType: { type: "string", ownership: "full" } },
|
|
3311
|
+
side: {
|
|
3312
|
+
girName: "side",
|
|
3313
|
+
ffiType: {
|
|
3314
|
+
type: "int",
|
|
3315
|
+
size: 32,
|
|
3316
|
+
unsigned: false,
|
|
3317
|
+
library: "libgtk-4.so.1",
|
|
3318
|
+
getTypeFn: "gtk_pack_type_get_type",
|
|
3319
|
+
},
|
|
3320
|
+
},
|
|
3321
|
+
useNativeControls: { girName: "use-native-controls", ffiType: { type: "boolean" } },
|
|
3322
|
+
},
|
|
3323
|
+
GtkWindowHandle: {
|
|
3324
|
+
child: { girName: "child", ffiType: { type: "gobject", ownership: "full" } },
|
|
3325
|
+
},
|
|
3326
|
+
AdwWindowTitle: {
|
|
3327
|
+
subtitle: { girName: "subtitle", ffiType: { type: "string", ownership: "full" } },
|
|
3328
|
+
title: { girName: "title", ffiType: { type: "string", ownership: "full" } },
|
|
3329
|
+
},
|
|
3330
|
+
AdwWrapBox: {
|
|
3331
|
+
align: { girName: "align", ffiType: { type: "float", size: 32 } },
|
|
3332
|
+
childSpacing: { girName: "child-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3333
|
+
childSpacingUnit: {
|
|
3334
|
+
girName: "child-spacing-unit",
|
|
3335
|
+
ffiType: {
|
|
3336
|
+
type: "int",
|
|
3337
|
+
size: 32,
|
|
3338
|
+
unsigned: false,
|
|
3339
|
+
library: "libadwaita-1.so.0",
|
|
3340
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
3341
|
+
},
|
|
3342
|
+
},
|
|
3343
|
+
justify: {
|
|
3344
|
+
girName: "justify",
|
|
3345
|
+
ffiType: {
|
|
3346
|
+
type: "int",
|
|
3347
|
+
size: 32,
|
|
3348
|
+
unsigned: false,
|
|
3349
|
+
library: "libadwaita-1.so.0",
|
|
3350
|
+
getTypeFn: "adw_justify_mode_get_type",
|
|
3351
|
+
},
|
|
3352
|
+
},
|
|
3353
|
+
justifyLastLine: { girName: "justify-last-line", ffiType: { type: "boolean" } },
|
|
3354
|
+
lineHomogeneous: { girName: "line-homogeneous", ffiType: { type: "boolean" } },
|
|
3355
|
+
lineSpacing: { girName: "line-spacing", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3356
|
+
lineSpacingUnit: {
|
|
3357
|
+
girName: "line-spacing-unit",
|
|
3358
|
+
ffiType: {
|
|
3359
|
+
type: "int",
|
|
3360
|
+
size: 32,
|
|
3361
|
+
unsigned: false,
|
|
3362
|
+
library: "libadwaita-1.so.0",
|
|
3363
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
3364
|
+
},
|
|
3365
|
+
},
|
|
3366
|
+
naturalLineLength: { girName: "natural-line-length", ffiType: { type: "int", size: 32, unsigned: false } },
|
|
3367
|
+
naturalLineLengthUnit: {
|
|
3368
|
+
girName: "natural-line-length-unit",
|
|
3369
|
+
ffiType: {
|
|
3370
|
+
type: "int",
|
|
3371
|
+
size: 32,
|
|
3372
|
+
unsigned: false,
|
|
3373
|
+
library: "libadwaita-1.so.0",
|
|
3374
|
+
getTypeFn: "adw_length_unit_get_type",
|
|
3375
|
+
},
|
|
3376
|
+
},
|
|
3377
|
+
packDirection: {
|
|
3378
|
+
girName: "pack-direction",
|
|
3379
|
+
ffiType: {
|
|
3380
|
+
type: "int",
|
|
3381
|
+
size: 32,
|
|
3382
|
+
unsigned: false,
|
|
3383
|
+
library: "libadwaita-1.so.0",
|
|
3384
|
+
getTypeFn: "adw_pack_direction_get_type",
|
|
3385
|
+
},
|
|
3386
|
+
},
|
|
3387
|
+
wrapPolicy: {
|
|
3388
|
+
girName: "wrap-policy",
|
|
3389
|
+
ffiType: {
|
|
3390
|
+
type: "int",
|
|
3391
|
+
size: 32,
|
|
3392
|
+
unsigned: false,
|
|
3393
|
+
library: "libadwaita-1.so.0",
|
|
3394
|
+
getTypeFn: "adw_wrap_policy_get_type",
|
|
3395
|
+
},
|
|
3396
|
+
},
|
|
3397
|
+
wrapReverse: { girName: "wrap-reverse", ffiType: { type: "boolean" } },
|
|
3398
|
+
orientation: {
|
|
3399
|
+
girName: "orientation",
|
|
3400
|
+
ffiType: {
|
|
3401
|
+
type: "int",
|
|
3402
|
+
size: 32,
|
|
3403
|
+
unsigned: false,
|
|
3404
|
+
library: "libgtk-4.so.1",
|
|
3405
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
},
|
|
3409
|
+
GtkDragSource: {
|
|
3410
|
+
actions: {
|
|
3411
|
+
girName: "actions",
|
|
3412
|
+
ffiType: {
|
|
3413
|
+
type: "int",
|
|
3414
|
+
size: 32,
|
|
3415
|
+
unsigned: true,
|
|
3416
|
+
library: "libgtk-4.so.1",
|
|
3417
|
+
getTypeFn: "gdk_drag_action_get_type",
|
|
3418
|
+
},
|
|
3419
|
+
},
|
|
3420
|
+
content: { girName: "content", ffiType: { type: "gobject", ownership: "full" } },
|
|
3421
|
+
},
|
|
3422
|
+
GtkDropTarget: {
|
|
3423
|
+
actions: {
|
|
3424
|
+
girName: "actions",
|
|
3425
|
+
ffiType: {
|
|
3426
|
+
type: "int",
|
|
3427
|
+
size: 32,
|
|
3428
|
+
unsigned: true,
|
|
3429
|
+
library: "libgtk-4.so.1",
|
|
3430
|
+
getTypeFn: "gdk_drag_action_get_type",
|
|
3431
|
+
},
|
|
3432
|
+
},
|
|
3433
|
+
formats: {
|
|
3434
|
+
girName: "formats",
|
|
3435
|
+
ffiType: {
|
|
3436
|
+
type: "boxed",
|
|
3437
|
+
innerType: "GdkContentFormats",
|
|
3438
|
+
ownership: "full",
|
|
3439
|
+
library: "libgtk-4.so.1",
|
|
3440
|
+
getTypeFn: "gdk_content_formats_get_type",
|
|
3441
|
+
},
|
|
3442
|
+
constructOnly: true as const,
|
|
3443
|
+
},
|
|
3444
|
+
preload: { girName: "preload", ffiType: { type: "boolean" } },
|
|
3445
|
+
},
|
|
3446
|
+
GtkDropTargetAsync: {
|
|
3447
|
+
actions: {
|
|
3448
|
+
girName: "actions",
|
|
3449
|
+
ffiType: {
|
|
3450
|
+
type: "int",
|
|
3451
|
+
size: 32,
|
|
3452
|
+
unsigned: true,
|
|
3453
|
+
library: "libgtk-4.so.1",
|
|
3454
|
+
getTypeFn: "gdk_drag_action_get_type",
|
|
3455
|
+
},
|
|
3456
|
+
},
|
|
3457
|
+
formats: {
|
|
3458
|
+
girName: "formats",
|
|
3459
|
+
ffiType: {
|
|
3460
|
+
type: "boxed",
|
|
3461
|
+
innerType: "GdkContentFormats",
|
|
3462
|
+
ownership: "full",
|
|
3463
|
+
library: "libgtk-4.so.1",
|
|
3464
|
+
getTypeFn: "gdk_content_formats_get_type",
|
|
3465
|
+
},
|
|
3466
|
+
},
|
|
3467
|
+
},
|
|
3468
|
+
GtkEventController: {
|
|
3469
|
+
name: { girName: "name", ffiType: { type: "string", ownership: "full" } },
|
|
3470
|
+
propagationLimit: {
|
|
3471
|
+
girName: "propagation-limit",
|
|
3472
|
+
ffiType: {
|
|
3473
|
+
type: "int",
|
|
3474
|
+
size: 32,
|
|
3475
|
+
unsigned: false,
|
|
3476
|
+
library: "libgtk-4.so.1",
|
|
3477
|
+
getTypeFn: "gtk_propagation_limit_get_type",
|
|
3478
|
+
},
|
|
3479
|
+
},
|
|
3480
|
+
propagationPhase: {
|
|
3481
|
+
girName: "propagation-phase",
|
|
3482
|
+
ffiType: {
|
|
3483
|
+
type: "int",
|
|
3484
|
+
size: 32,
|
|
3485
|
+
unsigned: false,
|
|
3486
|
+
library: "libgtk-4.so.1",
|
|
3487
|
+
getTypeFn: "gtk_propagation_phase_get_type",
|
|
3488
|
+
},
|
|
3489
|
+
},
|
|
3490
|
+
},
|
|
3491
|
+
GtkEventControllerScroll: {
|
|
3492
|
+
flags: {
|
|
3493
|
+
girName: "flags",
|
|
3494
|
+
ffiType: {
|
|
3495
|
+
type: "int",
|
|
3496
|
+
size: 32,
|
|
3497
|
+
unsigned: true,
|
|
3498
|
+
library: "libgtk-4.so.1",
|
|
3499
|
+
getTypeFn: "gtk_event_controller_scroll_flags_get_type",
|
|
3500
|
+
},
|
|
3501
|
+
},
|
|
3502
|
+
},
|
|
3503
|
+
GtkGesture: {
|
|
3504
|
+
nPoints: {
|
|
3505
|
+
girName: "n-points",
|
|
3506
|
+
ffiType: { type: "int", size: 32, unsigned: true },
|
|
3507
|
+
constructOnly: true as const,
|
|
3508
|
+
},
|
|
3509
|
+
},
|
|
3510
|
+
GtkGestureLongPress: {
|
|
3511
|
+
delayFactor: { girName: "delay-factor", ffiType: { type: "float", size: 64 } },
|
|
3512
|
+
},
|
|
3513
|
+
GtkGesturePan: {
|
|
3514
|
+
orientation: {
|
|
3515
|
+
girName: "orientation",
|
|
3516
|
+
ffiType: {
|
|
3517
|
+
type: "int",
|
|
3518
|
+
size: 32,
|
|
3519
|
+
unsigned: false,
|
|
3520
|
+
library: "libgtk-4.so.1",
|
|
3521
|
+
getTypeFn: "gtk_orientation_get_type",
|
|
3522
|
+
},
|
|
3523
|
+
},
|
|
3524
|
+
},
|
|
3525
|
+
GtkGestureSingle: {
|
|
3526
|
+
button: { girName: "button", ffiType: { type: "int", size: 32, unsigned: true } },
|
|
3527
|
+
exclusive: { girName: "exclusive", ffiType: { type: "boolean" } },
|
|
3528
|
+
touchOnly: { girName: "touch-only", ffiType: { type: "boolean" } },
|
|
3529
|
+
},
|
|
3530
|
+
GtkGestureStylus: {
|
|
3531
|
+
stylusOnly: { girName: "stylus-only", ffiType: { type: "boolean" } },
|
|
3532
|
+
},
|
|
3533
|
+
GtkPadController: {
|
|
3534
|
+
actionGroup: {
|
|
3535
|
+
girName: "action-group",
|
|
3536
|
+
ffiType: { type: "gobject", ownership: "full" },
|
|
3537
|
+
constructOnly: true as const,
|
|
3538
|
+
},
|
|
3539
|
+
pad: { girName: "pad", ffiType: { type: "gobject", ownership: "full" }, constructOnly: true as const },
|
|
3540
|
+
},
|
|
3541
|
+
GtkShortcutController: {
|
|
3542
|
+
mnemonicModifiers: {
|
|
3543
|
+
girName: "mnemonic-modifiers",
|
|
3544
|
+
ffiType: {
|
|
3545
|
+
type: "int",
|
|
3546
|
+
size: 32,
|
|
3547
|
+
unsigned: true,
|
|
3548
|
+
library: "libgtk-4.so.1",
|
|
3549
|
+
getTypeFn: "gdk_modifier_type_get_type",
|
|
3550
|
+
},
|
|
3551
|
+
},
|
|
3552
|
+
model: { girName: "model", ffiType: { type: "gobject", ownership: "full" }, constructOnly: true as const },
|
|
3553
|
+
scope: {
|
|
3554
|
+
girName: "scope",
|
|
3555
|
+
ffiType: {
|
|
3556
|
+
type: "int",
|
|
3557
|
+
size: 32,
|
|
3558
|
+
unsigned: false,
|
|
3559
|
+
library: "libgtk-4.so.1",
|
|
3560
|
+
getTypeFn: "gtk_shortcut_scope_get_type",
|
|
3561
|
+
},
|
|
3562
|
+
},
|
|
3563
|
+
},
|
|
54
3564
|
};
|
|
55
3565
|
export const PROPS: Record<string, Record<string, [string | null, string]>> = {
|
|
56
3566
|
GtkWidget: {
|