@@ -110,7 +110,7 @@ extension Bindings {
110110
111111
112112 // return value (do some wrapping)
113- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
113+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
114114
115115 return returnValue
116116 }
@@ -136,7 +136,7 @@ extension Bindings {
136136
137137
138138 // return value (do some wrapping)
139- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
139+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
140140
141141 return returnValue
142142 }
@@ -162,7 +162,7 @@ extension Bindings {
162162
163163
164164 // return value (do some wrapping)
165- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
165+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
166166
167167 return returnValue
168168 }
@@ -194,7 +194,7 @@ extension Bindings {
194194
195195
196196 // return value (do some wrapping)
197- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
197+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
198198
199199 return returnValue
200200 }
@@ -231,7 +231,7 @@ extension Bindings {
231231
232232
233233 // return value (do some wrapping)
234- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
234+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
235235
236236 return returnValue
237237 }
@@ -267,7 +267,7 @@ extension Bindings {
267267
268268
269269 // return value (do some wrapping)
270- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
270+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
271271
272272 return returnValue
273273 }
@@ -293,7 +293,7 @@ extension Bindings {
293293
294294
295295 // return value (do some wrapping)
296- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
296+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
297297
298298 return returnValue
299299 }
@@ -319,7 +319,7 @@ extension Bindings {
319319
320320
321321 // return value (do some wrapping)
322- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
322+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
323323
324324 return returnValue
325325 }
@@ -345,7 +345,7 @@ extension Bindings {
345345
346346
347347 // return value (do some wrapping)
348- let returnValue = swiftCallbackResult. dangleRecursively ( ) . cType!
348+ let returnValue = swiftCallbackResult. danglingClone ( ) . cType!
349349
350350 return returnValue
351351 }
0 commit comments