diff options
Diffstat (limited to 'introspection/nm-agent-manager.xml')
| -rw-r--r-- | introspection/nm-agent-manager.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/nm-agent-manager.xml b/introspection/nm-agent-manager.xml index e26caacf..d1074428 100644 --- a/introspection/nm-agent-manager.xml +++ b/introspection/nm-agent-manager.xml @@ -23,6 +23,24 @@ </arg> </method> + <method name="RegisterWithCapabilities"> + <tp:docstring> + Like Register() but indicates agent capabilities to NetworkManager. + </tp:docstring> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_agent_manager_register_with_capabilities"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <arg name="identifier" type="s" direction="in"> + <tp:docstring> + See the Register() method's identifier argument. + </tp:docstring> + </arg> + <arg name="capabilities" type="u" direction="in" tp:type="NM_SECRET_AGENT_CAPABILITIES"> + <tp:docstring> + Indicates various agent capabilities to NetworkManager. + </tp:docstring> + </arg> + </method> + <method name="Unregister"> <tp:docstring> Called by secret Agents to notify NetworkManager that they will no |