ladybird/Services/LaunchServer/LaunchServer.ipc
Tom 535113bac4 Launcher: Provide launcher details to LibDesktop
This allows applications to get additional information,
such as name or icons, for each launch handler.
2020-07-15 00:11:30 +02:00

7 lines
263 B
Text

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