mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:07:46 +00:00
Launcher: Provide launcher details to LibDesktop
This allows applications to get additional information, such as name or icons, for each launch handler.
This commit is contained in:
parent
7498024805
commit
535113bac4
7 changed files with 208 additions and 26 deletions
|
@ -3,4 +3,5 @@ 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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue