mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-10 02:21:18 +00:00
86a8f3ae22
Since we will introduce another type of plugin for the policy engine we want to have each plugin type in separate directories. We also have to adjust: - plugin search directories - po file location - update paths for calls-doc target
13 lines
469 B
XML
13 lines
469 B
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.Manager"><method name="GetModems"><arg name="modems" type="a(oa{sv})" direction="out"/>
|
|
</method><signal name="ModemAdded"><arg name="path" type="o"/>
|
|
<arg name="properties" type="a{sv}"/>
|
|
</signal>
|
|
<signal name="ModemRemoved"><arg name="path" type="o"/>
|
|
</signal>
|
|
</interface>
|
|
|
|
</node>
|