mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 10:20:08 +01:00
api: fix VpnStateChanged signal arguments
The signal has changed in commit 330247399c
This commit is contained in:
parent
f8bef2c10b
commit
9d85378045
1 changed files with 6 additions and 1 deletions
|
|
@ -25,11 +25,16 @@
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
Emitted when the state of the VPN connection has changed.
|
Emitted when the state of the VPN connection has changed.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
<arg name="state" type="u" tp:type="NM_VPN_CONNECTION_STATE">
|
<arg name="new_state" type="u" tp:type="NM_VPN_CONNECTION_STATE">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
The new state of the VPN connection.
|
The new state of the VPN connection.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
</arg>
|
</arg>
|
||||||
|
<arg name="old_state" type="u" tp:type="NM_VPN_CONNECTION_STATE">
|
||||||
|
<tp:docstring>
|
||||||
|
The old state of the VPN connection.
|
||||||
|
</tp:docstring>
|
||||||
|
</arg>
|
||||||
<arg name="reason" type="u" tp:type="NM_VPN_CONNECTION_STATE_REASON">
|
<arg name="reason" type="u" tp:type="NM_VPN_CONNECTION_STATE_REASON">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
Reason code describing the change to the new state.
|
Reason code describing the change to the new state.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue