Revert "api: fix VpnStateChanged signal arguments"

This reverts commit 9d85378045.

The original commit that changed this D-Bus signal signature was
in error and we shouldn't change the D-Bus API here.
This commit is contained in:
Dan Williams 2012-06-29 15:17:18 -05:00
parent b8958f27ea
commit 37deed816a

View file

@ -25,16 +25,11 @@
<tp:docstring>
Emitted when the state of the VPN connection has changed.
</tp:docstring>
<arg name="new_state" type="u" tp:type="NM_VPN_CONNECTION_STATE">
<arg name="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.