@gtkx/ffi 0.1.40 → 0.1.42
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/codegen/ffi-generator.js +27 -5
- package/dist/generated/gdk/device.js +1 -1
- package/dist/generated/gdk/display-manager.js +1 -1
- package/dist/generated/gdk/display.js +2 -6
- package/dist/generated/gdk/seat.js +4 -4
- package/dist/generated/gdk/surface.js +4 -4
- package/dist/generated/gio/app-launch-context.js +4 -4
- package/dist/generated/gio/application.js +2 -2
- package/dist/generated/gio/dbus-auth-observer.js +2 -2
- package/dist/generated/gio/dbus-connection.js +1 -1
- package/dist/generated/gio/dbus-interface-skeleton.js +1 -1
- package/dist/generated/gio/dbus-object-manager-client.js +6 -6
- package/dist/generated/gio/dbus-object-skeleton.js +2 -2
- package/dist/generated/gio/dbus-proxy.js +2 -2
- package/dist/generated/gio/dbus-server.js +1 -1
- package/dist/generated/gio/debug-controller-dbus.js +1 -1
- package/dist/generated/gio/file-monitor.js +2 -2
- package/dist/generated/gio/mount-operation.js +1 -1
- package/dist/generated/gio/simple-action.js +2 -2
- package/dist/generated/gio/socket-client.js +2 -2
- package/dist/generated/gio/socket-listener.js +1 -1
- package/dist/generated/gio/socket-service.js +6 -2
- package/dist/generated/gio/threaded-socket-service.js +11 -4
- package/dist/generated/gio/tls-connection.js +1 -1
- package/dist/generated/gio/volume-monitor.js +12 -12
- package/dist/generated/gobject/binding-group.js +1 -1
- package/dist/generated/gobject/binding.js +1 -1
- package/dist/generated/gobject/initially-unowned.js +1 -1
- package/dist/generated/gobject/object.js +1 -1
- package/dist/generated/gobject/signal-group.js +2 -2
- package/dist/generated/gobject/type-module.js +1 -1
- package/dist/generated/gtk/app-chooser-widget.js +6 -2
- package/dist/generated/gtk/application.js +2 -2
- package/dist/generated/gtk/assistant.js +1 -1
- package/dist/generated/gtk/cell-area.js +8 -17
- package/dist/generated/gtk/cell-renderer-combo.js +1 -1
- package/dist/generated/gtk/cell-renderer.js +1 -1
- package/dist/generated/gtk/css-provider.js +2 -2
- package/dist/generated/gtk/drag-source.js +10 -8
- package/dist/generated/gtk/drop-target-async.js +9 -5
- package/dist/generated/gtk/drop-target.js +4 -2
- package/dist/generated/gtk/entry-completion.js +4 -4
- package/dist/generated/gtk/event-controller-legacy.js +4 -1
- package/dist/generated/gtk/flow-box.js +1 -4
- package/dist/generated/gtk/gesture-click.js +6 -6
- package/dist/generated/gtk/gesture-drag.js +5 -5
- package/dist/generated/gtk/gesture-long-press.js +5 -5
- package/dist/generated/gtk/gesture-pan.js +5 -5
- package/dist/generated/gtk/gesture-rotate.js +5 -5
- package/dist/generated/gtk/gesture-single.js +5 -5
- package/dist/generated/gtk/gesture-stylus.js +5 -5
- package/dist/generated/gtk/gesture-swipe.js +5 -5
- package/dist/generated/gtk/gesture-zoom.js +5 -5
- package/dist/generated/gtk/gesture.js +5 -5
- package/dist/generated/gtk/glarea.js +6 -1
- package/dist/generated/gtk/icon-view.js +1 -1
- package/dist/generated/gtk/list-box.js +2 -2
- package/dist/generated/gtk/notebook.js +5 -5
- package/dist/generated/gtk/overlay.js +11 -2
- package/dist/generated/gtk/print-operation.js +13 -31
- package/dist/generated/gtk/signal-list-item-factory.js +25 -4
- package/dist/generated/gtk/spin-button.js +1 -1
- package/dist/generated/gtk/text-buffer.js +25 -17
- package/dist/generated/gtk/text-tag-table.js +3 -3
- package/dist/generated/gtk/text-view.js +3 -3
- package/dist/generated/gtk/tree-view.js +10 -10
- package/dist/generated/gtk/widget.js +1 -1
- package/dist/generated/gtksource/buffer.js +6 -4
- package/dist/generated/gtksource/completion-context.js +5 -2
- package/dist/generated/gtksource/completion.js +2 -2
- package/dist/generated/gtksource/gutter-renderer.js +9 -5
- package/dist/generated/gtksource/mark-attributes.js +2 -6
- package/dist/generated/gtksource/view.js +13 -4
- package/dist/generated/gtksource/vim-imcontext.js +4 -4
- package/package.json +3 -3
|
@@ -7,20 +7,17 @@ import * as GObject from "../gobject/index.js";
|
|
|
7
7
|
const SIGNAL_META = {
|
|
8
8
|
"add-editable": {
|
|
9
9
|
params: [
|
|
10
|
-
{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
{ type: { type: "gobject", borrowed: false } },
|
|
15
|
-
{ type: { type: "boxed", borrowed: false, innerType: "GdkRectangle" } },
|
|
10
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => CellRenderer },
|
|
11
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
12
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GdkRectangle" } },
|
|
16
13
|
{ type: { type: "string", borrowed: false } },
|
|
17
14
|
],
|
|
18
15
|
returnType: { type: "undefined" },
|
|
19
16
|
},
|
|
20
17
|
"apply-attributes": {
|
|
21
18
|
params: [
|
|
22
|
-
{ type: { type: "gobject", borrowed:
|
|
23
|
-
{ type: { type: "boxed", borrowed:
|
|
19
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
20
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GtkTreeIter" } },
|
|
24
21
|
{ type: { type: "boolean" } },
|
|
25
22
|
{ type: { type: "boolean" } },
|
|
26
23
|
],
|
|
@@ -28,21 +25,15 @@ const SIGNAL_META = {
|
|
|
28
25
|
},
|
|
29
26
|
"focus-changed": {
|
|
30
27
|
params: [
|
|
31
|
-
{
|
|
32
|
-
type: { type: "gobject", borrowed: false },
|
|
33
|
-
getCls: () => CellRenderer,
|
|
34
|
-
},
|
|
28
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => CellRenderer },
|
|
35
29
|
{ type: { type: "string", borrowed: false } },
|
|
36
30
|
],
|
|
37
31
|
returnType: { type: "undefined" },
|
|
38
32
|
},
|
|
39
33
|
"remove-editable": {
|
|
40
34
|
params: [
|
|
41
|
-
{
|
|
42
|
-
|
|
43
|
-
getCls: () => CellRenderer,
|
|
44
|
-
},
|
|
45
|
-
{ type: { type: "gobject", borrowed: false } },
|
|
35
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => CellRenderer },
|
|
36
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
46
37
|
],
|
|
47
38
|
returnType: { type: "undefined" },
|
|
48
39
|
},
|
|
@@ -5,7 +5,7 @@ const SIGNAL_META = {
|
|
|
5
5
|
changed: {
|
|
6
6
|
params: [
|
|
7
7
|
{ type: { type: "string", borrowed: false } },
|
|
8
|
-
{ type: { type: "boxed", borrowed:
|
|
8
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GtkTreeIter" } },
|
|
9
9
|
],
|
|
10
10
|
returnType: { type: "undefined" },
|
|
11
11
|
},
|
|
@@ -6,7 +6,7 @@ const SIGNAL_META = {
|
|
|
6
6
|
"editing-canceled": { params: [], returnType: { type: "undefined" } },
|
|
7
7
|
"editing-started": {
|
|
8
8
|
params: [
|
|
9
|
-
{ type: { type: "gobject", borrowed:
|
|
9
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
10
10
|
{ type: { type: "string", borrowed: false } },
|
|
11
11
|
],
|
|
12
12
|
returnType: { type: "undefined" },
|
|
@@ -4,8 +4,8 @@ import * as GObject from "../gobject/index.js";
|
|
|
4
4
|
const SIGNAL_META = {
|
|
5
5
|
"parsing-error": {
|
|
6
6
|
params: [
|
|
7
|
-
{ type: { type: "boxed", borrowed:
|
|
8
|
-
{ type: { type: "boxed", borrowed:
|
|
7
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GtkCssSection" } },
|
|
8
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GError" } },
|
|
9
9
|
],
|
|
10
10
|
returnType: { type: "undefined" },
|
|
11
11
|
},
|
|
@@ -4,19 +4,21 @@ import * as Gdk from "../gdk/index.js";
|
|
|
4
4
|
import { GestureSingle } from "./gesture-single.js";
|
|
5
5
|
const SIGNAL_META = {
|
|
6
6
|
"drag-begin": {
|
|
7
|
-
params: [
|
|
7
|
+
params: [
|
|
8
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drag },
|
|
9
|
+
],
|
|
8
10
|
returnType: { type: "undefined" },
|
|
9
11
|
},
|
|
10
12
|
"drag-cancel": {
|
|
11
13
|
params: [
|
|
12
|
-
{ type: { type: "gobject", borrowed:
|
|
14
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drag },
|
|
13
15
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
14
16
|
],
|
|
15
17
|
returnType: { type: "boolean" },
|
|
16
18
|
},
|
|
17
19
|
"drag-end": {
|
|
18
20
|
params: [
|
|
19
|
-
{ type: { type: "gobject", borrowed:
|
|
21
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drag },
|
|
20
22
|
{ type: { type: "boolean" } },
|
|
21
23
|
],
|
|
22
24
|
returnType: { type: "undefined" },
|
|
@@ -31,7 +33,7 @@ const SIGNAL_META = {
|
|
|
31
33
|
begin: {
|
|
32
34
|
params: [
|
|
33
35
|
{
|
|
34
|
-
type: { type: "boxed", borrowed:
|
|
36
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
35
37
|
},
|
|
36
38
|
],
|
|
37
39
|
returnType: { type: "undefined" },
|
|
@@ -39,7 +41,7 @@ const SIGNAL_META = {
|
|
|
39
41
|
cancel: {
|
|
40
42
|
params: [
|
|
41
43
|
{
|
|
42
|
-
type: { type: "boxed", borrowed:
|
|
44
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
43
45
|
},
|
|
44
46
|
],
|
|
45
47
|
returnType: { type: "undefined" },
|
|
@@ -47,7 +49,7 @@ const SIGNAL_META = {
|
|
|
47
49
|
end: {
|
|
48
50
|
params: [
|
|
49
51
|
{
|
|
50
|
-
type: { type: "boxed", borrowed:
|
|
52
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
51
53
|
},
|
|
52
54
|
],
|
|
53
55
|
returnType: { type: "undefined" },
|
|
@@ -55,7 +57,7 @@ const SIGNAL_META = {
|
|
|
55
57
|
"sequence-state-changed": {
|
|
56
58
|
params: [
|
|
57
59
|
{
|
|
58
|
-
type: { type: "boxed", borrowed:
|
|
60
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
59
61
|
},
|
|
60
62
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
61
63
|
],
|
|
@@ -64,7 +66,7 @@ const SIGNAL_META = {
|
|
|
64
66
|
update: {
|
|
65
67
|
params: [
|
|
66
68
|
{
|
|
67
|
-
type: { type: "boxed", borrowed:
|
|
69
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
68
70
|
},
|
|
69
71
|
],
|
|
70
72
|
returnType: { type: "undefined" },
|
|
@@ -4,24 +4,28 @@ import * as Gdk from "../gdk/index.js";
|
|
|
4
4
|
import { EventController } from "./event-controller.js";
|
|
5
5
|
const SIGNAL_META = {
|
|
6
6
|
accept: {
|
|
7
|
-
params: [
|
|
7
|
+
params: [
|
|
8
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
9
|
+
],
|
|
8
10
|
returnType: { type: "boolean" },
|
|
9
11
|
},
|
|
10
12
|
"drag-enter": {
|
|
11
13
|
params: [
|
|
12
|
-
{ type: { type: "gobject", borrowed:
|
|
14
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
13
15
|
{ type: { type: "float", size: 64 } },
|
|
14
16
|
{ type: { type: "float", size: 64 } },
|
|
15
17
|
],
|
|
16
18
|
returnType: { type: "int", size: 32, unsigned: false },
|
|
17
19
|
},
|
|
18
20
|
"drag-leave": {
|
|
19
|
-
params: [
|
|
21
|
+
params: [
|
|
22
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
23
|
+
],
|
|
20
24
|
returnType: { type: "undefined" },
|
|
21
25
|
},
|
|
22
26
|
"drag-motion": {
|
|
23
27
|
params: [
|
|
24
|
-
{ type: { type: "gobject", borrowed:
|
|
28
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
25
29
|
{ type: { type: "float", size: 64 } },
|
|
26
30
|
{ type: { type: "float", size: 64 } },
|
|
27
31
|
],
|
|
@@ -29,7 +33,7 @@ const SIGNAL_META = {
|
|
|
29
33
|
},
|
|
30
34
|
drop: {
|
|
31
35
|
params: [
|
|
32
|
-
{ type: { type: "gobject", borrowed:
|
|
36
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
33
37
|
{ type: { type: "float", size: 64 } },
|
|
34
38
|
{ type: { type: "float", size: 64 } },
|
|
35
39
|
],
|
|
@@ -5,12 +5,14 @@ import * as Gdk from "../gdk/index.js";
|
|
|
5
5
|
import { EventController } from "./event-controller.js";
|
|
6
6
|
const SIGNAL_META = {
|
|
7
7
|
accept: {
|
|
8
|
-
params: [
|
|
8
|
+
params: [
|
|
9
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Drop },
|
|
10
|
+
],
|
|
9
11
|
returnType: { type: "boolean" },
|
|
10
12
|
},
|
|
11
13
|
drop: {
|
|
12
14
|
params: [
|
|
13
|
-
{ type: { type: "boxed", borrowed:
|
|
15
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GValue" } },
|
|
14
16
|
{ type: { type: "float", size: 64 } },
|
|
15
17
|
{ type: { type: "float", size: 64 } },
|
|
16
18
|
],
|
|
@@ -8,8 +8,8 @@ import * as GObject from "../gobject/index.js";
|
|
|
8
8
|
const SIGNAL_META = {
|
|
9
9
|
"cursor-on-match": {
|
|
10
10
|
params: [
|
|
11
|
-
{ type: { type: "gobject", borrowed:
|
|
12
|
-
{ type: { type: "boxed", borrowed:
|
|
11
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
12
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GtkTreeIter" } },
|
|
13
13
|
],
|
|
14
14
|
returnType: { type: "boolean" },
|
|
15
15
|
},
|
|
@@ -19,8 +19,8 @@ const SIGNAL_META = {
|
|
|
19
19
|
},
|
|
20
20
|
"match-selected": {
|
|
21
21
|
params: [
|
|
22
|
-
{ type: { type: "gobject", borrowed:
|
|
23
|
-
{ type: { type: "boxed", borrowed:
|
|
22
|
+
{ type: { type: "gobject", borrowed: true } },
|
|
23
|
+
{ type: { type: "boxed", borrowed: true, innerType: "GtkTreeIter" } },
|
|
24
24
|
],
|
|
25
25
|
returnType: { type: "boolean" },
|
|
26
26
|
},
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { call } from "@gtkx/native";
|
|
2
2
|
import { getObject } from "@gtkx/ffi";
|
|
3
|
+
import * as Gdk from "../gdk/index.js";
|
|
3
4
|
import { EventController } from "./event-controller.js";
|
|
4
5
|
const SIGNAL_META = {
|
|
5
6
|
event: {
|
|
6
|
-
params: [
|
|
7
|
+
params: [
|
|
8
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => Gdk.Event },
|
|
9
|
+
],
|
|
7
10
|
returnType: { type: "boolean" },
|
|
8
11
|
},
|
|
9
12
|
};
|
|
@@ -6,10 +6,7 @@ const SIGNAL_META = {
|
|
|
6
6
|
"activate-cursor-child": { params: [], returnType: { type: "undefined" } },
|
|
7
7
|
"child-activated": {
|
|
8
8
|
params: [
|
|
9
|
-
{
|
|
10
|
-
type: { type: "gobject", borrowed: false },
|
|
11
|
-
getCls: () => FlowBoxChild,
|
|
12
|
-
},
|
|
9
|
+
{ type: { type: "gobject", borrowed: true }, getCls: () => FlowBoxChild },
|
|
13
10
|
],
|
|
14
11
|
returnType: { type: "undefined" },
|
|
15
12
|
},
|
|
@@ -25,7 +25,7 @@ const SIGNAL_META = {
|
|
|
25
25
|
{ type: { type: "float", size: 64 } },
|
|
26
26
|
{ type: { type: "int", size: 32, unsigned: true } },
|
|
27
27
|
{
|
|
28
|
-
type: { type: "boxed", borrowed:
|
|
28
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
29
29
|
},
|
|
30
30
|
],
|
|
31
31
|
returnType: { type: "undefined" },
|
|
@@ -33,7 +33,7 @@ const SIGNAL_META = {
|
|
|
33
33
|
begin: {
|
|
34
34
|
params: [
|
|
35
35
|
{
|
|
36
|
-
type: { type: "boxed", borrowed:
|
|
36
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
37
37
|
},
|
|
38
38
|
],
|
|
39
39
|
returnType: { type: "undefined" },
|
|
@@ -41,7 +41,7 @@ const SIGNAL_META = {
|
|
|
41
41
|
cancel: {
|
|
42
42
|
params: [
|
|
43
43
|
{
|
|
44
|
-
type: { type: "boxed", borrowed:
|
|
44
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
45
45
|
},
|
|
46
46
|
],
|
|
47
47
|
returnType: { type: "undefined" },
|
|
@@ -49,7 +49,7 @@ const SIGNAL_META = {
|
|
|
49
49
|
end: {
|
|
50
50
|
params: [
|
|
51
51
|
{
|
|
52
|
-
type: { type: "boxed", borrowed:
|
|
52
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
53
53
|
},
|
|
54
54
|
],
|
|
55
55
|
returnType: { type: "undefined" },
|
|
@@ -57,7 +57,7 @@ const SIGNAL_META = {
|
|
|
57
57
|
"sequence-state-changed": {
|
|
58
58
|
params: [
|
|
59
59
|
{
|
|
60
|
-
type: { type: "boxed", borrowed:
|
|
60
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
61
61
|
},
|
|
62
62
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
63
63
|
],
|
|
@@ -66,7 +66,7 @@ const SIGNAL_META = {
|
|
|
66
66
|
update: {
|
|
67
67
|
params: [
|
|
68
68
|
{
|
|
69
|
-
type: { type: "boxed", borrowed:
|
|
69
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
70
70
|
},
|
|
71
71
|
],
|
|
72
72
|
returnType: { type: "undefined" },
|
|
@@ -26,7 +26,7 @@ const SIGNAL_META = {
|
|
|
26
26
|
begin: {
|
|
27
27
|
params: [
|
|
28
28
|
{
|
|
29
|
-
type: { type: "boxed", borrowed:
|
|
29
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
30
30
|
},
|
|
31
31
|
],
|
|
32
32
|
returnType: { type: "undefined" },
|
|
@@ -34,7 +34,7 @@ const SIGNAL_META = {
|
|
|
34
34
|
cancel: {
|
|
35
35
|
params: [
|
|
36
36
|
{
|
|
37
|
-
type: { type: "boxed", borrowed:
|
|
37
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
38
38
|
},
|
|
39
39
|
],
|
|
40
40
|
returnType: { type: "undefined" },
|
|
@@ -42,7 +42,7 @@ const SIGNAL_META = {
|
|
|
42
42
|
end: {
|
|
43
43
|
params: [
|
|
44
44
|
{
|
|
45
|
-
type: { type: "boxed", borrowed:
|
|
45
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
46
46
|
},
|
|
47
47
|
],
|
|
48
48
|
returnType: { type: "undefined" },
|
|
@@ -50,7 +50,7 @@ const SIGNAL_META = {
|
|
|
50
50
|
"sequence-state-changed": {
|
|
51
51
|
params: [
|
|
52
52
|
{
|
|
53
|
-
type: { type: "boxed", borrowed:
|
|
53
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
54
54
|
},
|
|
55
55
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
56
56
|
],
|
|
@@ -59,7 +59,7 @@ const SIGNAL_META = {
|
|
|
59
59
|
update: {
|
|
60
60
|
params: [
|
|
61
61
|
{
|
|
62
|
-
type: { type: "boxed", borrowed:
|
|
62
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
63
63
|
},
|
|
64
64
|
],
|
|
65
65
|
returnType: { type: "undefined" },
|
|
@@ -13,7 +13,7 @@ const SIGNAL_META = {
|
|
|
13
13
|
begin: {
|
|
14
14
|
params: [
|
|
15
15
|
{
|
|
16
|
-
type: { type: "boxed", borrowed:
|
|
16
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
17
17
|
},
|
|
18
18
|
],
|
|
19
19
|
returnType: { type: "undefined" },
|
|
@@ -21,7 +21,7 @@ const SIGNAL_META = {
|
|
|
21
21
|
cancel: {
|
|
22
22
|
params: [
|
|
23
23
|
{
|
|
24
|
-
type: { type: "boxed", borrowed:
|
|
24
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
25
25
|
},
|
|
26
26
|
],
|
|
27
27
|
returnType: { type: "undefined" },
|
|
@@ -29,7 +29,7 @@ const SIGNAL_META = {
|
|
|
29
29
|
end: {
|
|
30
30
|
params: [
|
|
31
31
|
{
|
|
32
|
-
type: { type: "boxed", borrowed:
|
|
32
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
returnType: { type: "undefined" },
|
|
@@ -37,7 +37,7 @@ const SIGNAL_META = {
|
|
|
37
37
|
"sequence-state-changed": {
|
|
38
38
|
params: [
|
|
39
39
|
{
|
|
40
|
-
type: { type: "boxed", borrowed:
|
|
40
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
41
41
|
},
|
|
42
42
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
43
43
|
],
|
|
@@ -46,7 +46,7 @@ const SIGNAL_META = {
|
|
|
46
46
|
update: {
|
|
47
47
|
params: [
|
|
48
48
|
{
|
|
49
|
-
type: { type: "boxed", borrowed:
|
|
49
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
50
50
|
},
|
|
51
51
|
],
|
|
52
52
|
returnType: { type: "undefined" },
|
|
@@ -33,7 +33,7 @@ const SIGNAL_META = {
|
|
|
33
33
|
begin: {
|
|
34
34
|
params: [
|
|
35
35
|
{
|
|
36
|
-
type: { type: "boxed", borrowed:
|
|
36
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
37
37
|
},
|
|
38
38
|
],
|
|
39
39
|
returnType: { type: "undefined" },
|
|
@@ -41,7 +41,7 @@ const SIGNAL_META = {
|
|
|
41
41
|
cancel: {
|
|
42
42
|
params: [
|
|
43
43
|
{
|
|
44
|
-
type: { type: "boxed", borrowed:
|
|
44
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
45
45
|
},
|
|
46
46
|
],
|
|
47
47
|
returnType: { type: "undefined" },
|
|
@@ -49,7 +49,7 @@ const SIGNAL_META = {
|
|
|
49
49
|
end: {
|
|
50
50
|
params: [
|
|
51
51
|
{
|
|
52
|
-
type: { type: "boxed", borrowed:
|
|
52
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
53
53
|
},
|
|
54
54
|
],
|
|
55
55
|
returnType: { type: "undefined" },
|
|
@@ -57,7 +57,7 @@ const SIGNAL_META = {
|
|
|
57
57
|
"sequence-state-changed": {
|
|
58
58
|
params: [
|
|
59
59
|
{
|
|
60
|
-
type: { type: "boxed", borrowed:
|
|
60
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
61
61
|
},
|
|
62
62
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
63
63
|
],
|
|
@@ -66,7 +66,7 @@ const SIGNAL_META = {
|
|
|
66
66
|
update: {
|
|
67
67
|
params: [
|
|
68
68
|
{
|
|
69
|
-
type: { type: "boxed", borrowed:
|
|
69
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
70
70
|
},
|
|
71
71
|
],
|
|
72
72
|
returnType: { type: "undefined" },
|
|
@@ -12,7 +12,7 @@ const SIGNAL_META = {
|
|
|
12
12
|
begin: {
|
|
13
13
|
params: [
|
|
14
14
|
{
|
|
15
|
-
type: { type: "boxed", borrowed:
|
|
15
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
16
16
|
},
|
|
17
17
|
],
|
|
18
18
|
returnType: { type: "undefined" },
|
|
@@ -20,7 +20,7 @@ const SIGNAL_META = {
|
|
|
20
20
|
cancel: {
|
|
21
21
|
params: [
|
|
22
22
|
{
|
|
23
|
-
type: { type: "boxed", borrowed:
|
|
23
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
24
24
|
},
|
|
25
25
|
],
|
|
26
26
|
returnType: { type: "undefined" },
|
|
@@ -28,7 +28,7 @@ const SIGNAL_META = {
|
|
|
28
28
|
end: {
|
|
29
29
|
params: [
|
|
30
30
|
{
|
|
31
|
-
type: { type: "boxed", borrowed:
|
|
31
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
32
32
|
},
|
|
33
33
|
],
|
|
34
34
|
returnType: { type: "undefined" },
|
|
@@ -36,7 +36,7 @@ const SIGNAL_META = {
|
|
|
36
36
|
"sequence-state-changed": {
|
|
37
37
|
params: [
|
|
38
38
|
{
|
|
39
|
-
type: { type: "boxed", borrowed:
|
|
39
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
40
40
|
},
|
|
41
41
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
42
42
|
],
|
|
@@ -45,7 +45,7 @@ const SIGNAL_META = {
|
|
|
45
45
|
update: {
|
|
46
46
|
params: [
|
|
47
47
|
{
|
|
48
|
-
type: { type: "boxed", borrowed:
|
|
48
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
49
49
|
},
|
|
50
50
|
],
|
|
51
51
|
returnType: { type: "undefined" },
|
|
@@ -6,7 +6,7 @@ const SIGNAL_META = {
|
|
|
6
6
|
begin: {
|
|
7
7
|
params: [
|
|
8
8
|
{
|
|
9
|
-
type: { type: "boxed", borrowed:
|
|
9
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
10
10
|
},
|
|
11
11
|
],
|
|
12
12
|
returnType: { type: "undefined" },
|
|
@@ -14,7 +14,7 @@ const SIGNAL_META = {
|
|
|
14
14
|
cancel: {
|
|
15
15
|
params: [
|
|
16
16
|
{
|
|
17
|
-
type: { type: "boxed", borrowed:
|
|
17
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
18
18
|
},
|
|
19
19
|
],
|
|
20
20
|
returnType: { type: "undefined" },
|
|
@@ -22,7 +22,7 @@ const SIGNAL_META = {
|
|
|
22
22
|
end: {
|
|
23
23
|
params: [
|
|
24
24
|
{
|
|
25
|
-
type: { type: "boxed", borrowed:
|
|
25
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
returnType: { type: "undefined" },
|
|
@@ -30,7 +30,7 @@ const SIGNAL_META = {
|
|
|
30
30
|
"sequence-state-changed": {
|
|
31
31
|
params: [
|
|
32
32
|
{
|
|
33
|
-
type: { type: "boxed", borrowed:
|
|
33
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
34
34
|
},
|
|
35
35
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
36
36
|
],
|
|
@@ -39,7 +39,7 @@ const SIGNAL_META = {
|
|
|
39
39
|
update: {
|
|
40
40
|
params: [
|
|
41
41
|
{
|
|
42
|
-
type: { type: "boxed", borrowed:
|
|
42
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
43
43
|
},
|
|
44
44
|
],
|
|
45
45
|
returnType: { type: "undefined" },
|
|
@@ -34,7 +34,7 @@ const SIGNAL_META = {
|
|
|
34
34
|
begin: {
|
|
35
35
|
params: [
|
|
36
36
|
{
|
|
37
|
-
type: { type: "boxed", borrowed:
|
|
37
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
38
38
|
},
|
|
39
39
|
],
|
|
40
40
|
returnType: { type: "undefined" },
|
|
@@ -42,7 +42,7 @@ const SIGNAL_META = {
|
|
|
42
42
|
cancel: {
|
|
43
43
|
params: [
|
|
44
44
|
{
|
|
45
|
-
type: { type: "boxed", borrowed:
|
|
45
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
46
46
|
},
|
|
47
47
|
],
|
|
48
48
|
returnType: { type: "undefined" },
|
|
@@ -50,7 +50,7 @@ const SIGNAL_META = {
|
|
|
50
50
|
end: {
|
|
51
51
|
params: [
|
|
52
52
|
{
|
|
53
|
-
type: { type: "boxed", borrowed:
|
|
53
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
54
54
|
},
|
|
55
55
|
],
|
|
56
56
|
returnType: { type: "undefined" },
|
|
@@ -58,7 +58,7 @@ const SIGNAL_META = {
|
|
|
58
58
|
"sequence-state-changed": {
|
|
59
59
|
params: [
|
|
60
60
|
{
|
|
61
|
-
type: { type: "boxed", borrowed:
|
|
61
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
62
62
|
},
|
|
63
63
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
64
64
|
],
|
|
@@ -67,7 +67,7 @@ const SIGNAL_META = {
|
|
|
67
67
|
update: {
|
|
68
68
|
params: [
|
|
69
69
|
{
|
|
70
|
-
type: { type: "boxed", borrowed:
|
|
70
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
71
71
|
},
|
|
72
72
|
],
|
|
73
73
|
returnType: { type: "undefined" },
|
|
@@ -12,7 +12,7 @@ const SIGNAL_META = {
|
|
|
12
12
|
begin: {
|
|
13
13
|
params: [
|
|
14
14
|
{
|
|
15
|
-
type: { type: "boxed", borrowed:
|
|
15
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
16
16
|
},
|
|
17
17
|
],
|
|
18
18
|
returnType: { type: "undefined" },
|
|
@@ -20,7 +20,7 @@ const SIGNAL_META = {
|
|
|
20
20
|
cancel: {
|
|
21
21
|
params: [
|
|
22
22
|
{
|
|
23
|
-
type: { type: "boxed", borrowed:
|
|
23
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
24
24
|
},
|
|
25
25
|
],
|
|
26
26
|
returnType: { type: "undefined" },
|
|
@@ -28,7 +28,7 @@ const SIGNAL_META = {
|
|
|
28
28
|
end: {
|
|
29
29
|
params: [
|
|
30
30
|
{
|
|
31
|
-
type: { type: "boxed", borrowed:
|
|
31
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
32
32
|
},
|
|
33
33
|
],
|
|
34
34
|
returnType: { type: "undefined" },
|
|
@@ -36,7 +36,7 @@ const SIGNAL_META = {
|
|
|
36
36
|
"sequence-state-changed": {
|
|
37
37
|
params: [
|
|
38
38
|
{
|
|
39
|
-
type: { type: "boxed", borrowed:
|
|
39
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
40
40
|
},
|
|
41
41
|
{ type: { type: "int", size: 32, unsigned: false } },
|
|
42
42
|
],
|
|
@@ -45,7 +45,7 @@ const SIGNAL_META = {
|
|
|
45
45
|
update: {
|
|
46
46
|
params: [
|
|
47
47
|
{
|
|
48
|
-
type: { type: "boxed", borrowed:
|
|
48
|
+
type: { type: "boxed", borrowed: true, innerType: "GdkEventSequence" },
|
|
49
49
|
},
|
|
50
50
|
],
|
|
51
51
|
returnType: { type: "undefined" },
|