With this commit the work on the client (system) updates daemon is complete. The *thing* works over dbus, exporting a bunch of methods and sending signals whenever new updates are downloaded. For more information look at the file itself, for now.
12 lines
431 B
XML
12 lines
431 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.entropy.Client">
|
|
<method name="notifier"/>
|
|
<method name="get_repo_status"/>
|
|
<method name="trigger_check"/>
|
|
<method name="get_updates"/>
|
|
<method name="get_updates_atoms"/>
|
|
<method name="close_connection"/>
|
|
</interface>
|
|
</node>
|