forked from quickshell/quickshell
service/notifications: add inline-reply action support
Signed-off-by: ipg0 <pyromancy00@gmail.com>
This commit is contained in:
parent
3dfb7d8827
commit
c40074dd56
7 changed files with 79 additions and 3 deletions
|
|
@ -38,6 +38,11 @@
|
|||
<arg name="actionKey" type="s" direction="out"/>
|
||||
</signal>
|
||||
|
||||
<signal name="NotificationReplied">
|
||||
<arg name="id" type="u" direction="out"/>
|
||||
<arg name="replyText" type="s" direction="out"/>
|
||||
</signal>
|
||||
|
||||
<signal name="ActivationToken">
|
||||
<arg name="id" type="u" direction="out"/>
|
||||
<arg name="activationToken" type="s" direction="out"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue