diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-24 13:57:22 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-24 13:57:22 -0600 |
commit | e3de8c4a1143815c021887cd825765d3fcbec4e5 (patch) | |
tree | 68ca455a20da7a2a7ec15918d12e52aaedb47c48 | |
parent | 2b2ca316a1ef9c9b30e68b44446abfe76cb1bbce (diff) |
api: fix up modem state changed reason enum description
-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 d5da9525..37b9fc7a 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -104,7 +104,7 @@ Reason for state transition. </tp:docstring> </arg> - <arg name="reason" type="u" tp:type="MM_MODEM_CONNECTION_STATE_CHANGED_REASON"> + <arg name="reason" type="u" tp:type="MM_MODEM_STATE_CHANGED_REASON"> <tp:docstring> Reason for this state change. </tp:docstring> @@ -227,7 +227,7 @@ </tp:enumvalue> </tp:enum> - <tp:enum name="MM_MODEM_CONNECTION_STATE_CHANGE_REASON" type="u"> + <tp:enum name="MM_MODEM_STATE_CHANGE_REASON" type="u"> <tp:enumvalue suffix="UNKNOWN" value="0"> <tp:docstring> Reason unknown or not reportable. |