Blame dispatcher/nm-dispatcher.xml

Packit Service b23acc
Packit Service b23acc
<node name="/">
Packit Service b23acc
  <interface name="org.freedesktop.nm_dispatcher">
Packit Service b23acc
    <annotation name="org.gtk.GDBus.C.Name" value="Dispatcher"/>
Packit Service b23acc
Packit Service b23acc
    
Packit Service b23acc
        Action:
Packit Service b23acc
        @action: The action being performed.
Packit Service b23acc
        @connection: The connection for which this action was triggered.
Packit Service b23acc
        @connection_properties: Properties of the connection, including service and path.
Packit Service b23acc
        @device_properties: Properties of the device, including type, path, interface, and state.
Packit Service b23acc
        @device_proxy_properties: Properties of the device's proxy configuration.
Packit Service b23acc
        @device_ip4_config: Properties of the device's IPv4 configuration.
Packit Service b23acc
        @device_ip6_config: Properties of the device's IPv6 configuration.
Packit Service b23acc
        @device_dhcp4_config: Properties of the device's DHCPv4 configuration.
Packit Service b23acc
        @device_dhcp6_config: Properties of the device's DHCPv6 configuration.
Packit Service b23acc
        @connectivity_state: Current connectivity state: unknown, none, limited, portal or full.
Packit Service b23acc
        @vpn_ip_iface: VPN interface name.
Packit Service b23acc
        @vpn_proxy_properties: Properties of the VPN's proxy configuration.
Packit Service b23acc
        @vpn_ip4_config: Properties of the VPN's IPv4 configuration.
Packit Service b23acc
        @vpn_ip6_config: Properties of the VPN's IPv6 configuration.
Packit Service b23acc
        @debug: Whether to log debug output.
Packit Service b23acc
        @results: 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).
Packit Service b23acc
Packit Service b23acc
        INTERNAL; not public API. Perform an action.
Packit Service b23acc
    -->
Packit Service b23acc
    <method name="Action">
Packit Service b23acc
      <arg name="action" type="s" direction="in"/>
Packit Service b23acc
      <arg name="connection" type="a{sa{sv}}" direction="in"/>
Packit Service b23acc
      <arg name="connection_properties" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_properties" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_proxy_properties" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_ip4_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_ip6_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_dhcp4_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="device_dhcp6_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="connectivity_state" type="s" direction="in"/>
Packit Service b23acc
      <arg name="vpn_ip_iface" type="s" direction="in"/>
Packit Service b23acc
      <arg name="vpn_proxy_properties" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="vpn_ip4_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="vpn_ip6_config" type="a{sv}" direction="in"/>
Packit Service b23acc
      <arg name="debug" type="b" direction="in"/>
Packit Service b23acc
      <arg name="results" type="a(sus)" direction="out"/>
Packit Service b23acc
    </method>
Packit Service b23acc
  </interface>
Packit Service b23acc
</node>