api: fix VpnStateChanged signal arguments
The signal has changed in commit 330247399c
This commit is contained in:
@@ -25,11 +25,16 @@
|
||||
<tp:docstring>
|
||||
Emitted when the state of the VPN connection has changed.
|
||||
</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>
|
||||
The new state of the VPN connection.
|
||||
</tp:docstring>
|
||||
</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">
|
||||
<tp:docstring>
|
||||
Reason code describing the change to the new state.
|
||||
|
Reference in New Issue
Block a user