mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
7 lines
186 B
Text
7 lines
186 B
Text
endpoint NotificationServer = 95
|
|
{
|
|
// Basic protocol
|
|
Greet() => (i32 client_id)
|
|
|
|
ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
|
|
}
|