Files
entropy/misc/dbus/interfaces/org.entropy.Client.xml
Fabio Erculiani 0a0cc78a5a [client-updates-daemon] add new method "trigger_startup_check"
It tells the daemon to not update repos but just return the updates list
2010-05-24 11:32:55 +02:00

15 lines
549 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="trigger_startup_check"/>
<method name="get_updates"/>
<method name="get_updates_atoms"/>
<method name="is_system_changed"/>
<method name="close_connection"/>
<method name="client_ping"/>
</interface>
</node>