mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
LibIPC+Services: Support URL as a native IPC type
This commit is contained in:
parent
b81b2a85c4
commit
3654710c41
10 changed files with 26 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
endpoint LaunchServer = 101
|
||||
{
|
||||
Greet() => (i32 client_id)
|
||||
OpenUrl(String url, String handler_name) => (bool response)
|
||||
GetHandlersForURL(String url) => (Vector<String> handlers)
|
||||
OpenURL(URL url, String handler_name) => (bool response)
|
||||
GetHandlersForURL(URL url) => (Vector<String> handlers)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue