Files
entropy/misc/dbus/interfaces/org.entropy.Client.xml
Fabio Erculiani ad0572679e client updates daemon: finalize first version.
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.
2009-05-02 17:02:53 +02:00

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>