api: fix VpnStateChanged signal arguments
The signal has changed in commit 330247399c
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user