diff options
author | Aylur <[email protected]> | 2024-10-29 18:10:07 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-29 18:26:54 +0000 |
commit | 479e85aca3dfc60f92f3d98ec82a5d58607e24db (patch) | |
tree | e68aa39ff5def49312b64d92d064b942ee794bc6 /lib/notifd/signals.md | |
parent | 8705ab494f448c508c43c4272b501a3f3bdbac70 (diff) |
fixup(notifd): make dismissed signal internal
its used only internally, the resolved signal is meant to be the public
api
Diffstat (limited to 'lib/notifd/signals.md')
-rw-r--r-- | lib/notifd/signals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notifd/signals.md b/lib/notifd/signals.md index cdc6688..e13b92c 100644 --- a/lib/notifd/signals.md +++ b/lib/notifd/signals.md @@ -5,7 +5,7 @@ ignore this, I'm just dumb and can't follow where signals go or get emitted from ## Notification * resolved(reason) - by daemon/proxy -* dismissed() - by user with `.dismiss()` +* dismissed() - by user with `.dismiss()`, used to emit resolved from proxy/daemon * invoked(action) - by user with `.invoke()` ## Deamon |