diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-08-17 16:14:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-08-17 16:15:06 +0200 |
commit | 36dabababd32f84a454f678047b9e3808d71146c (patch) | |
tree | a290267d5dfea48d52dbe31207806a6ea2d720d4 | |
parent | 914ad628ab34eb62bcc66f80fd9230d451e71648 (diff) |
introspection: rename changed reason UNKNOWN to NONE
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml index a65759d5..1a82b2d5 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -279,7 +279,7 @@ </tp:enum> <tp:enum name="MM_MODEM_STATE_CHANGED_REASON" type="u"> - <tp:enumvalue suffix="UNKNOWN" value="0"> + <tp:enumvalue suffix="NONE" value="0"> <tp:docstring> Reason unknown or not reportable. </tp:docstring> |