diff options
| author | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
| commit | 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (patch) | |
| tree | 6790165f39daee79e2b6c6617483320613493367 /introspection/nm-device.xml | |
| parent | f408e27bccfacf347605a8d98649975a68f38a17 (diff) | |
Imported Upstream version 1.0.4 upstream/1.0.4
Diffstat (limited to 'introspection/nm-device.xml')
| -rw-r--r-- | introspection/nm-device.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 0c2a330c..e405a384 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -637,6 +637,21 @@ The SIM PIN was incorrect. </tp:docstring> </tp:enumvalue> + <tp:enumvalue suffix="NEW_ACTIVATION" value="60"> + <tp:docstring> + A new connection activation was enqueued. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="PARENT_CHANGED" value="61"> + <tp:docstring> + The device's parent changed. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="PARENT_MANAGED_CHANGED" value="62"> + <tp:docstring> + The device parent's management changed. + </tp:docstring> + </tp:enumvalue> </tp:enum> <tp:struct name="NM_DEVICE_STATE_REASON_STRUCT"> |