mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 14:21:00 +00:00
The client ID is not useful to normal clients anymore, so stop telling everyone what their ID is.
7 lines
173 B
Text
7 lines
173 B
Text
endpoint NotificationServer = 95
|
|
{
|
|
// Basic protocol
|
|
Greet() => ()
|
|
|
|
ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
|
|
}
|