From a90ca27264bd57aeb61f3472265f9d08bc812821 Mon Sep 17 00:00:00 2001 From: SvyatoslavScherbina Date: Tue, 22 Jan 2019 11:15:20 +0300 Subject: [PATCH] Update callback restrictions in INTEROP.md --- INTEROP.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/INTEROP.md b/INTEROP.md index 620208b609c..ed660f68351 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -560,10 +560,6 @@ To convert a Kotlin function to a pointer to a C function, the lambda instead of a function reference. The function or lambda must not capture any values. -Note that some function types are not supported currently. For example, -it is not possible to get a pointer to a function that receives or returns structs -by value. - If the callback doesn't run in the main thread, it is mandatory to init the _Kotlin/Native_ runtime by calling `kotlin.native.initRuntimeIfNeeded()`.