summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs.patch
blob: 22a915c737cd6e38640d7f5897c90e9c9842c944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
--- tools/gen_scripts/../../gio/src/gio_signals.defs.orig	2022-04-06 10:10:49.446569490 +0200
+++ tools/gen_scripts/../../gio/src/gio_signals.defs	2022-04-06 10:20:32.616923494 +0200
@@ -87,11 +87,11 @@
   (return-type "void")
   (flags "Run Last, Must Collect")
   (detailed #t)
   (parameters
     '("const-gchar*" "p0")
-    '("GVariant" "p1")
+    '("GVariant*" "p1")
   )
 )
 
 ;; From GApplication
 
@@ -744,11 +744,11 @@
   (of-object "GMountOperation")
   (return-type "void")
   (flags "Run Last")
   (parameters
     '("const-gchar*" "p0")
-    '("GStrv*" "p1")
+    '("const-gchar**" "p1")
   )
 )
 
 (define-signal reply
   (of-object "GMountOperation")
@@ -1142,11 +1142,11 @@
 (define-signal writable-change-event
   (of-object "GSettings")
   (return-type "gboolean")
   (flags "Run Last")
   (parameters
-    '("guint" "p0")
+    '("GQuark" "p0")
   )
 )
 
 (define-property settings-schema
   (of-object "GSettings")
@@ -1226,20 +1226,20 @@
 (define-signal activate
   (of-object "GSimpleAction")
   (return-type "void")
   (flags "Run Last, Must Collect")
   (parameters
-    '("GVariant" "p0")
+    '("GVariant*" "p0")
   )
 )
 
 (define-signal change-state
   (of-object "GSimpleAction")
   (return-type "void")
   (flags "Run Last, Must Collect")
   (parameters
-    '("GVariant" "p0")
+    '("GVariant*" "p0")
   )
 )
 
 (define-property name
   (of-object "GSimpleAction")
@@ -1886,11 +1886,11 @@
 (define-signal writable-change-event
   (of-object "GSettings")
   (return-type "gboolean")
   (flags "Run Last")
   (parameters
-    '("guint" "p0")
+    '("GQuark" "p0")
   )
 )
 
 (define-property settings-schema
   (of-object "GSettings")
@@ -2926,23 +2926,23 @@
   (parameters
     '("GDBusObjectProxy*" "p0")
     '("GDBusProxy*" "p1")
     '("const-gchar*" "p2")
     '("const-gchar*" "p3")
-    '("GVariant" "p4")
+    '("GVariant*" "p4")
   )
 )
 
 (define-signal interface-proxy-properties-changed
   (of-object "GDBusObjectManagerClient")
   (return-type "void")
   (flags "Run Last")
   (parameters
     '("GDBusObjectProxy*" "p0")
     '("GDBusProxy*" "p1")
-    '("GVariant" "p2")
-    '("GStrv*" "p3")
+    '("GVariant*" "p2")
+    '("const-gchar*const*" "p3")
   )
 )
 
 (define-property bus-type
   (of-object "GDBusObjectManagerClient")
@@ -3115,12 +3115,12 @@
 (define-signal g-properties-changed
   (of-object "GDBusProxy")
   (return-type "void")
   (flags "Run Last, Must Collect")
   (parameters
-    '("GVariant" "p0")
-    '("GStrv*" "p1")
+    '("GVariant*" "p0")
+    '("const-gchar*const*" "p1")
   )
 )
 
 (define-signal g-signal
   (of-object "GDBusProxy")
@@ -3128,11 +3128,11 @@
   (flags "Run Last, Must Collect")
   (detailed #t)
   (parameters
     '("const-gchar*" "p0")
     '("const-gchar*" "p1")
-    '("GVariant" "p2")
+    '("GVariant*" "p2")
   )
 )
 
 (define-property g-connection
   (of-object "GDBusProxy")