Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.AgentManager.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/org/freedesktop/NetworkManager/AgentManager">
0003   <interface name="org.freedesktop.NetworkManager.AgentManager">
0004 
0005     <!--
0006         Register:
0007         @identifier: Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not allowed. The valid set of characters is "[A-Z][a-z][0-9]_-." and the identifier is limited in length to 255 characters with a minimum of 3 characters. An example valid identifier is 'org.gnome.nm-applet' (without quotes).
0008 
0009         Called by secret Agents to register their ability to provide and save
0010         network secrets.
0011     -->
0012     <method name="Register">
0013       <arg name="identifier" type="s" direction="in"/>
0014     </method>
0015 
0016     <!--
0017         RegisterWithCapabilities:
0018         @identifier: See the Register() method's identifier argument.
0019         @capabilities: (<link linkend="NMSecretAgentCapabilities">NMSecretAgentCapabilities</link>) Indicates various agent capabilities to NetworkManager.
0020 
0021         Like Register() but indicates agent capabilities to NetworkManager.
0022     -->
0023     <method name="RegisterWithCapabilities">
0024       <arg name="identifier" type="s" direction="in"/>
0025       <arg name="capabilities" type="u" direction="in"/>
0026     </method>
0027 
0028     <!--
0029         Unregister:
0030 
0031         Called by secret Agents to notify NetworkManager that they will no longer
0032         handle requests for network secrets. Agents are automatically unregistered
0033         when they disconnect from D-Bus.
0034     -->
0035     <method name="Unregister"/>
0036   </interface>
0037 </node>