mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 19:55:32 +00:00
Step one of moving DesktopServices::open handling out of process. This makes it easier to do things like read in associations for which program opens which files or protocols. This gives users the ability to modify the associations without having to rebuild :^)
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
endpoint LaunchServer = 101
|
|
{
|
|
Greet() => (i32 client_id)
|
|
|
|
OpenUrl(String url) => (bool response)
|
|
}
|