diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-05-23 17:30:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:47 +0200 |
commit | ca88d6333fecc5a06f433c9e9135c70fe29abe95 (patch) | |
tree | b544a2e69f413f12968cdcde04ff622c1df1dac9 /introspection/org.freedesktop.ModemManager1.Modem.Voice.xml | |
parent | c0e05dbd43bf6b6752ff69b1c27071f88a123923 (diff) |
api,voice: minor coding style fixes
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Voice.xml')
-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 82b3b09e..188b2bb4 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml @@ -36,8 +36,9 @@ DeleteCall: @path: The object path of the Call to delete. - Delete a Call from lists of calls. - If it is still active, Call.Hangup method is performed + Delete a Call from the list of calls. + + The call will be hangup if it is still active. --> <method name="DeleteCall"> <arg name="path" type="o" direction="in" /> |