diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-24 23:12:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 856619535d2af66a2793bdf4bedaaa3fc7810a73 (patch) | |
tree | f0d9497af66ffcde4427cdb987c20cf2e6670526 /introspection | |
parent | 08d23dd64d4566423579d8fbe609ec6145eae861 (diff) |
api,voice: CreateCall() expects only the 'number' property
There is absolutely no reason to provide any other property when the
user creates a new call.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Voice.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml index 4b8bba3f..87bc7d7d 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml @@ -55,9 +55,10 @@ @properties: Call properties from the <link linkend="gdbus-org.freedesktop.ModemManager1.Call">Call D-Bus interface</link>. @path: The object path of the new call object. - Creates a new call object. + Creates a new call object for a new outgoing call. - The '<link linkend="gdbus-property-org-freedesktop-ModemManager1-Call.Number">Number</link>' is mandatory + The '<link linkend="gdbus-property-org-freedesktop-ModemManager1-Call.Number">Number</link>' is the only + expected property to set by the user. --> <method name="CreateCall"> <arg name="properties" type="a{sv}" direction="in" /> |