summaryrefslogtreecommitdiff
path: root/Userland/Services/FileSystemAccessServer/FileSystemAccessClient.ipc
blob: 180d23304bf3a2216ee68a08f70c3bd251066d8a (plain)
1
2
3
4
endpoint FileSystemAccessClient
{
    handle_prompt_end(i32 error, Optional<IPC::File> fd, Optional<String> chosen_file) =|
}