mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00

We currently use icon paths for this because I didn't want to deal with implementing icon bitmap sharing right now. In the future it would be better to post a bitmap somehow instead of a path.
7 lines
160 B
Text
7 lines
160 B
Text
endpoint NotificationServer = 95
|
|
{
|
|
// Basic protocol
|
|
Greet() => (i32 client_id)
|
|
|
|
ShowNotification(String text, String title, String icon_path) =|
|
|
}
|