aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-08-17 16:13:04 +0200
committerAleksander Morgado <aleksander@lanedo.com>2011-08-17 16:15:06 +0200
commit7e246f6018ffee5889f2a42638f28c460f18787e (patch)
tree1578b587d2bb5f0b4dfda9671d0f7197e5a0398c
parent713c07290f5bad6ea60200dad1504baf43a91f0d (diff)
introspection: use state type in StateChanged signal definition
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml
index 7fc398f7..ed13cd3c 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.xml
@@ -89,12 +89,12 @@
<tp:docstring>
The modem's state (see the State property) changed.
</tp:docstring>
- <arg name="old" type="u">
+ <arg name="old" type="u" tp:type="MM_MODEM_STATE">
<tp:docstring>
Old state.
</tp:docstring>
</arg>
- <arg name="new" type="u">
+ <arg name="new" type="u" tp:type="MM_MODEM_STATE">
<tp:docstring>
New state.
</tp:docstring>