mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
37 lines
2 KiB
XML
37 lines
2 KiB
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.ofono.Modem"><method name="GetProperties"><arg name="properties" type="a{sv}" direction="out"/>
|
|
</method><method name="SetProperty"><arg name="property" type="s" direction="in"/>
|
|
<arg name="value" type="v" direction="in"/>
|
|
</method><signal name="PropertyChanged"><arg name="name" type="s"/>
|
|
<arg name="value" type="v"/>
|
|
</signal>
|
|
</interface>
|
|
|
|
<interface name="org.ofono.VoiceCallManager"><method name="GetProperties"><arg name="properties" type="a{sv}" direction="out"/>
|
|
</method><method name="Dial"><arg name="number" type="s" direction="in"/>
|
|
<arg name="hide_callerid" type="s" direction="in"/>
|
|
<arg name="path" type="o" direction="out"/>
|
|
</method><method name="DialLast"></method><method name="DialMemory"><arg name="memory_location" type="u" direction="in"/>
|
|
</method><method name="Transfer"></method><method name="SwapCalls"></method><method name="ReleaseAndAnswer"></method><method name="ReleaseAndSwap"></method><method name="HoldAndAnswer"></method><method name="HangupAll"></method><method name="PrivateChat"><arg name="call" type="o" direction="in"/>
|
|
<arg name="calls" type="ao" direction="out"/>
|
|
</method><method name="CreateMultiparty"><arg name="calls" type="ao" direction="out"/>
|
|
</method><method name="HangupMultiparty"></method><method name="SendTones"><arg name="SendTones" type="s" direction="in"/>
|
|
</method><method name="GetCalls"><arg name="calls_with_properties" type="a(oa{sv})" direction="out"/>
|
|
</method><signal name="Forwarded"><arg name="type" type="s"/>
|
|
</signal>
|
|
<signal name="BarringActive"><arg name="type" type="s"/>
|
|
</signal>
|
|
<signal name="PropertyChanged"><arg name="name" type="s"/>
|
|
<arg name="value" type="v"/>
|
|
</signal>
|
|
<signal name="CallAdded"><arg name="path" type="o"/>
|
|
<arg name="properties" type="a{sv}"/>
|
|
</signal>
|
|
<signal name="CallRemoved"><arg name="path" type="o"/>
|
|
</signal>
|
|
</interface>
|
|
|
|
</node>
|