api: fix VpnStateChanged signal arguments

The signal has changed in commit 330247399c
This commit is contained in:
Jiří Klimeš 2012-06-29 13:13:04 +02:00
parent f8bef2c10b
commit 9d85378045

View file

@ -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.