feat: add app-update-notifier

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-09-05 15:10:43 +08:00
committed by Comix
parent ebe218b70e
commit 94db47a015
14 changed files with 180 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.desktopspec.ApplicationUpdateNotifier1">
<signal name="ApplicationUpdated">
<annotation
name="org.freedesktop.DBus.Description"
value="This signal will emit when application's
infomations need to update."
/>
</signal>
</interface>
</node>