2007-09-12 16:23:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/">
|
|
|
|
|
<interface name="org.freedesktop.NetworkManager.VPN.Plugin">
|
|
|
|
|
<method name="Connect">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_plugin_connect"/>
|
2007-09-26 15:42:09 +00:00
|
|
|
<arg name="connection" type="a{sa{sv}}" direction="in"/>
|
2007-09-12 16:23:53 +00:00
|
|
|
</method>
|
|
|
|
|
|
2007-09-27 02:20:53 +00:00
|
|
|
<method name="NeedSecrets">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_plugin_need_secrets"/>
|
|
|
|
|
<arg name="settings" type="a{sa{sv}}" direction="in"/>
|
|
|
|
|
<arg name="setting_name" type="s" direction="out"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
2007-09-12 16:23:53 +00:00
|
|
|
<method name="Disconnect">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_plugin_disconnect"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="SetIp4Config">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_plugin_set_ip4_config"/>
|
|
|
|
|
<arg name="config" type="a{sv}" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="SetFailure">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_plugin_set_failure"/>
|
|
|
|
|
<arg name="reason" type="s" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<property name="State" type="u" access="read"/>
|
|
|
|
|
|
|
|
|
|
<signal name="StateChanged">
|
|
|
|
|
<arg name="state" type="u"/>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
<signal name="Ip4Config">
|
|
|
|
|
<arg name="ip4config" type="a{sv}"/>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
<signal name="LoginBanner">
|
|
|
|
|
<arg name="banner" type="s"/>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
<signal name="Failure">
|
|
|
|
|
<arg name="reason" type="u"/>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|