diff options
author | Dan Williams <dcbw@redhat.com> | 2008-03-20 19:56:12 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-03-20 19:56:12 +0000 |
commit | 393685203fa966fc2ae857fd629b3995f27e736d (patch) | |
tree | 09e30a5a00c0035ab31dd532cc244edb303cce13 /introspection/Makefile.am | |
parent | 2a8011191345e484535207c99c58cc3a9ebea667 (diff) | |
download | NetworkManager-393685203fa966fc2ae857fd629b3995f27e736d.tar.gz |
2008-03-20 Dan Williams <dcbw@redhat.com>
* introspection/nm-manager.xml
introspection/nm-manager-client.xml
- (ActivateConnection): return the object path of the active connection
on success
- (GetActiveConnections): remove
- (DeactivateConnection): new function; deactivate a currently active
connection
- Add an ActiveConnections property which returns an array of
active connection object paths
* introspection/nm-device.xml
- (Deactivate): remove
* introspection/all.xml
- Add ActiveConnection introspection
* introspection/nm-active-connection.xml
- Add the ActiveConnection object
* include/NetworkManager.h
- Add the Connection.Active D-Bus interface
* src/nm-device-interface.c
- (impl_device_deactivate): remove
* src/nm-activation-request.c
src/nm-activation-request.c
src/Makefile.am
- Implement the Connection.Active D-Bus interface
* src/nm-manager.c
- (get_property, nm_manager_class_init): add ACTIVE_CONNECTIONS property
- (nm_manager_activate_device): return the active connection path
- (connection_added_default_handler, impl_manager_activate_connection):
return the active connection to the caller
- (add_one_connection_element, impl_manager_get_active_connections):
remove
- (impl_manager_deactivate_connection): new function; deactivate an
active connection
* libnm-glib/nm-device.c
libnm-glib/nm-device.h
- Remove Deactivate() function
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3484 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'introspection/Makefile.am')
-rw-r--r-- | introspection/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index b6c044890c..743e90c354 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -11,5 +11,6 @@ EXTRA_DIST = \ nm-vpn-manager.xml \ nm-vpn-plugin.xml \ nm-vpn-connection.xml \ - nm-ppp-manager.xml + nm-ppp-manager.xml \ + nm-active-connection.xml |