Make argument names consistent
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4137 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -57,12 +57,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<signal name="StateChanged">
|
<signal name="StateChanged">
|
||||||
<arg name="new-state" type="u" tp:type="NM_DEVICE_STATE">
|
<arg name="new_state" type="u" tp:type="NM_DEVICE_STATE">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
The new state of the device.
|
The new state of the device.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
</arg>
|
</arg>
|
||||||
<arg name="old-state" type="u" tp:type="NM_DEVICE_STATE">
|
<arg name="old_state" type="u" tp:type="NM_DEVICE_STATE">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
The previous state of the device.
|
The previous state of the device.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
|
Reference in New Issue
Block a user