feat: add app-update-notifier
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user