introspection: use state type in StateChanged signal definition
This commit is contained in:
@@ -89,12 +89,12 @@
|
|||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
The modem's state (see the State property) changed.
|
The modem's state (see the State property) changed.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
<arg name="old" type="u">
|
<arg name="old" type="u" tp:type="MM_MODEM_STATE">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
Old state.
|
Old state.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
</arg>
|
</arg>
|
||||||
<arg name="new" type="u">
|
<arg name="new" type="u" tp:type="MM_MODEM_STATE">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
New state.
|
New state.
|
||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
|
Reference in New Issue
Block a user