1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 02:17:35 +00:00
serenity/Services/LaunchServer/LaunchServer.ipc
2020-06-07 22:55:33 +02:00

6 lines
184 B
Text

endpoint LaunchServer = 101
{
Greet() => (i32 client_id)
OpenURL(URL url, String handler_name) => (bool response)
GetHandlersForURL(URL url) => (Vector<String> handlers)
}