summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.9/introspection/nm-settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkmanager-0.9/introspection/nm-settings.xml')
-rw-r--r--knetworkmanager-0.9/introspection/nm-settings.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/knetworkmanager-0.9/introspection/nm-settings.xml b/knetworkmanager-0.9/introspection/nm-settings.xml
deleted file mode 100644
index 5e072f2..0000000
--- a/knetworkmanager-0.9/introspection/nm-settings.xml
+++ /dev/null
@@ -1,32 +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.NetworkManagerSettings">
- <tp:docstring>
- The NetworkManagerSettings interface is provided by the service which provides connections to NetworkManager.
- </tp:docstring>
-
- <method name="ListConnections">
- <tp:docstring>
- List the connections stored by this Settings object.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
- <arg name="connections" type="ao" direction="out">
- <tp:docstring>
- List of connections.
- </tp:docstring>
- </arg>
- </method>
-
- <signal name="NewConnection">
- <tp:docstring>
- Emitted when a new connection has been configured.
- </tp:docstring>
- <arg name="connection" type="o">
- <tp:docstring>
- Object path of the new connection.
- </tp:docstring>
- </arg>
- </signal>
- </interface>
-</node>