mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 21:25:08 +00:00

This allows applications to get additional information, such as name or icons, for each launch handler.
7 lines
263 B
Text
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)
|
|
}
|