summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.import1.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-19 13:05:20 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-19 13:05:20 +0200
commit89fc6fd3eaa7b64b1892246a58c02d91b389d066 (patch)
tree12ae60d47d042367724b23efc0f54da9306f2e3b /man/org.freedesktop.import1.xml
parent5099fd44ca56f4be22191dafb16b967045bfbb90 (diff)
downloadsystemd-89fc6fd3eaa7b64b1892246a58c02d91b389d066.tar.gz
D-Bus docs: Use method instead of call
Diffstat (limited to 'man/org.freedesktop.import1.xml')
-rw-r--r--man/org.freedesktop.import1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/org.freedesktop.import1.xml b/man/org.freedesktop.import1.xml
index 71469a9c5e..ebdf82d415 100644
--- a/man/org.freedesktop.import1.xml
+++ b/man/org.freedesktop.import1.xml
@@ -156,7 +156,7 @@ node /org/freedesktop/import1 {
<literal>gzip</literal>, depending on which compression scheme is required. The image written to the
specified file descriptor will be a tar file in case of <function>ExportTar()</function> or a raw disk
image in case of <function>ExportRaw()</function>. Note that currently raw disk images may not be
- exported as tar files, and vice versa. This restriction might be lifted eventually. The call
+ exported as tar files, and vice versa. This restriction might be lifted eventually. The method
returns a transfer identifier and object path for cancelling or tracking the export operation, similar
to <function>ImportTar()</function> or <function>ImportRaw()</function> as described above.</para>
@@ -246,8 +246,8 @@ node /org/freedesktop/import1/transfer/_1 {
<title>Methods</title>
<para>The <function>Cancel()</function> method may be used to cancel the transfer. It takes no
- parameters. This call is pretty much equivalent to the <function>CancelTransfer()</function> call on
- the <structname>Manager</structname> interface (see above), but is exposed on the
+ parameters. This method is pretty much equivalent to the <function>CancelTransfer()</function> method
+ on the <structname>Manager</structname> interface (see above), but is exposed on the
<structname>Transfer</structname> object itself instead of taking a transfer ID.</para>
</refsect2>