mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
535113bac4
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)
|
|
}
|