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