diff options
author | Dan Williams <dcbw@redhat.com> | 2014-01-08 12:18:33 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2014-01-23 17:34:12 -0600 |
commit | a59ccc4cbb7e548c42aea9635d263fa3b93836dc (patch) | |
tree | 706f9fe94735ed85baa9486aa37046157621e543 /introspection | |
parent | b69e7c451e60ca32de4febbbd337ad8cc78d3dd2 (diff) | |
download | NetworkManager-a59ccc4cbb7e548c42aea9635d263fa3b93836dc.tar.gz |
api/core: add Devices property to the Manager
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-manager.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index 27610cfc9b..986aac12d1 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -275,6 +275,12 @@ <arg name="state" type="u" direction="out" tp:type="NM_STATE"/> </method> + <property name="Devices" type="ao" access="read"> + <tp:docstring> + The list of network devices/interfaces NetworkManager knows about. + </tp:docstring> + </property> + <property name="NetworkingEnabled" type="b" access="read"> <tp:docstring> Indicates if overall networking is currently enabled or not. See the |