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:
Dan Williams
2008-10-02 13:13:21 +00:00
parent d83cc33a7f
commit bcd7a1075c

View File

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