diff options
Diffstat (limited to 'callouts/nm-dispatcher.xml')
| -rw-r--r-- | callouts/nm-dispatcher.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/callouts/nm-dispatcher.xml b/callouts/nm-dispatcher.xml index b2c4a21a..e2e89a89 100644 --- a/callouts/nm-dispatcher.xml +++ b/callouts/nm-dispatcher.xml @@ -5,87 +5,87 @@ <annotation name="org.gtk.GDBus.C.Name" value="Dispatcher"/> <method name="Action"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" INTERNAL; not public API. Perform an action. - </tp:docstring> + " /> <arg name="action" type="s" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The action being performed. - </tp:docstring> + " /> </arg> <arg name="connection" type="a{sa{sv}}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The connection for which this action was triggered. - </tp:docstring> + " /> </arg> <arg name="connection_properties" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the connection, including service and path. - </tp:docstring> + " /> </arg> <arg name="device_properties" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the device, including type, path, interface, and state. - </tp:docstring> + " /> </arg> <arg name="device_ip4_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the device's IPv4 configuration. - </tp:docstring> + " /> </arg> <arg name="device_ip6_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the device's IPv6 configuration. - </tp:docstring> + " /> </arg> <arg name="device_dhcp4_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the device's DHCPv4 configuration. - </tp:docstring> + " /> </arg> <arg name="device_dhcp6_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the device's DHCPv6 configuration. - </tp:docstring> + " /> </arg> <arg name="vpn_ip_iface" type="s" direction="in"> - <tp:docstring>VPN interface name.</tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value="VPN interface name." /> </arg> <arg name="vpn_ip4_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the VPN's IPv4 configuration. - </tp:docstring> + " /> </arg> <arg name="vpn_ip6_config" type="a{sv}" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Properties of the VPN's IPv6 configuration. - </tp:docstring> + " /> </arg> <arg name="debug" type="b" direction="in"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Whether to log debug output. - </tp:docstring> + " /> </arg> <arg name="results" type="a(sus)" direction="out"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Results of dispatching operations. Each element of the returned array is a struct containing the path of an executed script (s), the result of running that script (u), and a description of the result (s). - </tp:docstring> + " /> </arg> </method> |