mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
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:
parent
d83cc33a7f
commit
bcd7a1075c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,12 +57,12 @@
|
|||
|
||||
|
||||
<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>
|
||||
The new state of the device.
|
||||
</tp:docstring>
|
||||
</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>
|
||||
The previous state of the device.
|
||||
</tp:docstring>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue