introspection: use state type in StateChanged signal definition

This commit is contained in:
Aleksander Morgado
2011-08-17 16:13:04 +02:00
parent 713c07290f
commit 7e246f6018

View File

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