diff options
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 4 |
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> |