summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.9/introspection/nm-vpn-manager.xml
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-08-30 12:33:38 -0500
committerTimothy Pearson <[email protected]>2012-08-30 12:33:38 -0500
commitbf231a0d0362758f167da389222e271acb2ebd90 (patch)
tree5d2f65ec8c2608fd54b61858293cd2a9afab483f /knetworkmanager-0.9/introspection/nm-vpn-manager.xml
parent4d89fd747ffbf3493b647cb4ff5380d1fc8f328d (diff)
downloadtdenetworkmanager-bf231a0d0362758f167da389222e271acb2ebd90.tar.gz
tdenetworkmanager-bf231a0d0362758f167da389222e271acb2ebd90.zip
Remove Automake, introspection files, etc. in preparation for future development
Diffstat (limited to 'knetworkmanager-0.9/introspection/nm-vpn-manager.xml')
-rw-r--r--knetworkmanager-0.9/introspection/nm-vpn-manager.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/knetworkmanager-0.9/introspection/nm-vpn-manager.xml b/knetworkmanager-0.9/introspection/nm-vpn-manager.xml
deleted file mode 100644
index 57665f6..0000000
--- a/knetworkmanager-0.9/introspection/nm-vpn-manager.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.NetworkManager.VPN.Manager">
- <method name="Connect">
- <tp:docstring>
- Establish a VPN connection.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_manager_connect"/>
- <arg name="connection_type" type="s" direction="in">
- <tp:docstring>
- String describing the connection type.
- </tp:docstring>
- </arg>
- <arg name="connection" type="o" direction="in">
- <tp:docstring>
- Object path of the network connection to establish the VPN connection on.
- </tp:docstring>
- </arg>
- <arg name="device" type="o" direction="in">
- <tp:docstring>
- Object path of the device to establish the VPN connection on.
- </tp:docstring>
- </arg>
- <arg name="vpn_connection" type="o" direction="out">
- <tp:docstring>
- Object path of the newly created VPN connection.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="ListConnections">
- <tp:docstring>
- Get the list of active VPN connections.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_vpn_manager_get_connections"/>
- <arg name="connections" type="ao" direction="out">
- <tp:docstring>
- List of object paths of active VPN connections.
- </tp:docstring>
- </arg>
- </method>
-
- </interface>
-</node>
-