diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /callouts/nm-dispatcher.xml | |
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'callouts/nm-dispatcher.xml')
| -rw-r--r-- | callouts/nm-dispatcher.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/callouts/nm-dispatcher.xml b/callouts/nm-dispatcher.xml new file mode 100644 index 00000000..532ae9f3 --- /dev/null +++ b/callouts/nm-dispatcher.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> + <interface name="org.freedesktop.nm_dispatcher"> + + <method name="Action"> + <tp:docstring> + INTERNAL; not public API. Perform an action. + </tp:docstring> + + <arg name="action" type="s" direction="in"> + <tp:docstring> + The action being performed. + </tp:docstring> + </arg> + + <arg name="connection" type="a{sa{sv}}" direction="in"> + <tp:docstring> + The connection for which this action was triggered. + </tp:docstring> + </arg> + + <arg name="connection_properties" type="a{sv}" direction="in"> + <tp:docstring> + Properties of the connection, including service and path. + </tp:docstring> + </arg> + + <arg name="device_properties" type="a{sv}" direction="in"> + <tp:docstring> + Properties of the device, including type, path, interface, and state. + </tp:docstring> + </arg> + + </method> + </interface> +</node> |