On Wed, 2012-01-11 at 22:26 +0100, Thomas Bechtold wrote: > Some NMDeviceStateReason 's are not available in > introspection/nm-device.xml
Pushed to git master, thanks! Dan > Tom > > > --- > introspection/nm-device.xml | 20 ++++++++++++++++++++ > 1 files changed, 20 insertions(+), 0 deletions(-) > > diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml > index 5fdda96..2f3aa8f 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> _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
