summaryrefslogtreecommitdiff
path: root/Services/ProtocolServer/ProtocolClient.ipc
blob: 575b3ddd2b7b8a5cc7557583bbfefac663d3788f (plain)
1
2
3
4
5
6
endpoint ProtocolClient = 13
{
    // Download notifications
    DownloadProgress(i32 download_id, Optional<u32> total_size, u32 downloaded_size) =|
    DownloadFinished(i32 download_id, bool success, u32 total_size, i32 shbuf_id, IPC::Dictionary response_headers) =|
}