diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-08-17 16:13:39 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-08-17 16:15:06 +0200 |
commit | 914ad628ab34eb62bcc66f80fd9230d451e71648 (patch) | |
tree | cbba42b78e14af4e9b7fe333aee67c44a30ceb33 /introspection | |
parent | 7e246f6018ffee5889f2a42638f28c460f18787e (diff) |
introspection: define MM_MODEM_TYPE_UNKNOWN
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml index ed13cd3c..a65759d5 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -190,6 +190,11 @@ </property> <tp:enum name="MM_MODEM_TYPE" type="u"> + <tp:enumvalue suffix="UNKNOWN" value="0"> + <tp:docstring> + Unknown device. + </tp:docstring> + </tp:enumvalue> <tp:enumvalue suffix="GSM" value="1"> <tp:docstring> A GSM device. |