From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html') diff --git a/api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html b/api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html index ebd787fc..22a80aa4 100644 --- a/api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html +++ b/api/pl.treksoft.kvision.electron/-dialog/show-open-dialog.html @@ -9,8 +9,8 @@

showOpenDialog

-abstract fun showOpenDialog(browserWindow: BrowserWindow, options: OpenDialogOptions, callback: (filePaths: Array<String>, bookmarks: Array<String>) -> Unit = definedExternally): Array<String>
+abstract fun showOpenDialog(browserWindow: BrowserWindow, options: OpenDialogOptions, callback: ((filePaths: Array<String>, bookmarks: Array<String>) -> Unit)? = definedExternally): Array<String>
-abstract fun showOpenDialog(options: OpenDialogOptions, callback: (filePaths: Array<String>, bookmarks: Array<String>) -> Unit = definedExternally): Array<String> +abstract fun showOpenDialog(options: OpenDialogOptions, callback: ((filePaths: Array<String>, bookmarks: Array<String>) -> Unit)? = definedExternally): Array<String> -- cgit