diff options
Diffstat (limited to 'Services/NotificationServer/NotificationServer.ipc')
-rw-r--r-- | Services/NotificationServer/NotificationServer.ipc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Services/NotificationServer/NotificationServer.ipc b/Services/NotificationServer/NotificationServer.ipc new file mode 100644 index 0000000000..f1ac5e13df --- /dev/null +++ b/Services/NotificationServer/NotificationServer.ipc @@ -0,0 +1,7 @@ +endpoint NotificationServer = 95 +{ + // Basic protocol + Greet() => (i32 client_id) + + ShowNotification(String text, String title, Gfx::ShareableBitmap icon) => () +} |