@@ -110,7 +110,7 @@ extension Bindings {
110
110
111
111
112
112
// return value (do some wrapping)
113
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
113
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
114
114
115
115
return returnValue
116
116
}
@@ -136,7 +136,7 @@ extension Bindings {
136
136
137
137
138
138
// return value (do some wrapping)
139
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
139
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
140
140
141
141
return returnValue
142
142
}
@@ -162,7 +162,7 @@ extension Bindings {
162
162
163
163
164
164
// return value (do some wrapping)
165
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
165
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
166
166
167
167
return returnValue
168
168
}
@@ -194,7 +194,7 @@ extension Bindings {
194
194
195
195
196
196
// return value (do some wrapping)
197
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
197
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
198
198
199
199
return returnValue
200
200
}
@@ -231,7 +231,7 @@ extension Bindings {
231
231
232
232
233
233
// return value (do some wrapping)
234
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
234
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
235
235
236
236
return returnValue
237
237
}
@@ -267,7 +267,7 @@ extension Bindings {
267
267
268
268
269
269
// return value (do some wrapping)
270
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
270
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
271
271
272
272
return returnValue
273
273
}
@@ -293,7 +293,7 @@ extension Bindings {
293
293
294
294
295
295
// return value (do some wrapping)
296
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
296
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
297
297
298
298
return returnValue
299
299
}
@@ -319,7 +319,7 @@ extension Bindings {
319
319
320
320
321
321
// return value (do some wrapping)
322
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
322
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
323
323
324
324
return returnValue
325
325
}
@@ -345,7 +345,7 @@ extension Bindings {
345
345
346
346
347
347
// return value (do some wrapping)
348
- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
348
+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
349
349
350
350
return returnValue
351
351
}
0 commit comments