diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:27:43 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:27:43 +0100 |
| commit | cbb3b57b5b60dbf1eadb795c834ac511f5e1ba21 (patch) | |
| tree | a97e7cf8b8903a2902c34f586661a13da2a9f2ea /introspection/nm-agent-manager.xml | |
| parent | 5ddbb9de1f57acaeb47a151404bcf5f8c9729276 (diff) | |
| parent | 494f296a3baab08522617b24b1f126d8f9a17502 (diff) | |
Merge tag 'upstream/1.1.90' into experimental
Upstream version 1.1.90
Diffstat (limited to 'introspection/nm-agent-manager.xml')
| -rw-r--r-- | introspection/nm-agent-manager.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/introspection/nm-agent-manager.xml b/introspection/nm-agent-manager.xml index d1074428..4b53675c 100644 --- a/introspection/nm-agent-manager.xml +++ b/introspection/nm-agent-manager.xml @@ -8,8 +8,6 @@ Called by secret Agents to register their ability to provide and save network secrets. </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_agent_manager_register"/> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="identifier" type="s" direction="in"> <tp:docstring> Identifies this agent; only one agent in each user session may use the @@ -27,8 +25,6 @@ <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. @@ -47,8 +43,6 @@ longer handle requests for network secrets. Agents are automatically unregistered when they disconnect from D-Bus. </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_agent_manager_unregister"/> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> </method> </interface> |