linuxOS_AP05/debian/test/usr/share/tracker/tracker-backup.xml

15 lines
475 B
XML
Raw Normal View History

2025-09-26 01:40:02 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<interface name="org.freedesktop.Tracker1.Backup">
<method name="Save">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="destination-uri" direction="in" />
</method>
<method name="Restore">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="journal-uri" direction="in" />
</method>
</interface>
</node>