NetworkManager/introspection/nm-settings.xml

19 lines
441 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.freedesktop.NetworkManagerSettings">
<method name="ListConnections">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
<arg name="connections" type="ao" direction="out"/>
</method>
<signal name="NewConnection">
<arg name="connection" type="o"/>
</signal>
</interface>
</node>