mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-24 03:10:38 +01:00
api: clarify meaning of 'hints' property in Agent interface
At some point we'll be passing other info like whether we need the 802.1x identity too, or unknown CA certificate data for the Agent to accept, etc. Basically state that instead of only hints from the setting, we can pass other stuff as well.
This commit is contained in:
parent
2e33be3385
commit
aeb02e457a
1 changed files with 5 additions and 3 deletions
|
|
@ -38,9 +38,11 @@
|
|||
<arg name="hints" type="as" direction="in">
|
||||
<tp:docstring>
|
||||
Array of strings of key names in the requested setting for
|
||||
which NetworkManager thinks a secrets may be required. The
|
||||
Agent should return any secrets it has, or that it thinks
|
||||
are required, regardless of what hints NetworkManager sends
|
||||
which NetworkManager thinks a secrets may be required,
|
||||
and/or well-known identifiers and data that may be useful
|
||||
to the client in processing the secrets request. The Agent
|
||||
should return any secrets it has, or that it thinks are
|
||||
required, regardless of what hints NetworkManager sends
|
||||
in this request.
|
||||
</tp:docstring>
|
||||
</arg>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue