summaryrefslogtreecommitdiff
path: root/introspection/nm-device.xml
diff options
context:
space:
mode:
authorThomas Bechtold <thomasbechtold@jpberlin.de>2012-01-11 22:26:38 +0100
committerDan Williams <dcbw@redhat.com>2012-01-25 11:26:57 -0600
commitfe5392ccd919021514d1c5e9590d3549315ea007 (patch)
tree4cbf907eee9b7bfe60f74a7da4eb9b2c0edd6b80 /introspection/nm-device.xml
parent471fef2ad51bd945fed2ad70da7a152889a9807f (diff)
downloadNetworkManager-fe5392ccd919021514d1c5e9590d3549315ea007.tar.gz
core: add missing device state reasons
Some NMDeviceStateReason 's are not available in introspection/nm-device.xml Tom
Diffstat (limited to 'introspection/nm-device.xml')
-rw-r--r--introspection/nm-device.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index 5fdda96d39..2f3aa8f23a 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -476,6 +476,26 @@
The Bluetooth connection timed out or failed.
</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="GSM_SIM_NOT_INSERTED" value="45">
+ <tp:docstring>
+ GSM Modem's SIM Card not inserted.
+ </tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="GSM_SIM_PIN_REQUIRED" value="46">
+ <tp:docstring>
+ GSM Modem's SIM Pin required.
+ </tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="GSM_SIM_PUK_REQUIRED" value="47">
+ <tp:docstring>
+ GSM Modem's SIM Puk required.
+ </tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="GSM_SIM_WRONG" value="48">
+ <tp:docstring>
+ GSM Modem's SIM wrong
+ </tp:docstring>
+ </tp:enumvalue>
</tp:enum>
</interface>