mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 00:40:19 +01:00
* 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
53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<tp:spec
|
|
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<tp:title>NetworkManager D-Bus Interface Specification</tp:title>
|
|
<tp:version>0.7.0</tp:version>
|
|
|
|
|
|
<tp:copyright>Copyright (C) 2008 Red Hat, Inc.</tp:copyright>
|
|
<tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
|
|
|
|
<tp:license xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.</p>
|
|
|
|
<p>This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
General Public License for more details.</p>
|
|
|
|
<p>You should have received a copy of the GNU Lesser General Public
|
|
License along with this library; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
|
|
</tp:license>
|
|
|
|
<xi:include href="nm-manager.xml"/>
|
|
<xi:include href="nm-access-point.xml"/>
|
|
<xi:include href="nm-device.xml"/>
|
|
<xi:include href="nm-device-802-3-ethernet.xml"/>
|
|
<xi:include href="nm-device-802-11-wireless.xml"/>
|
|
<xi:include href="nm-ip4-config.xml"/>
|
|
<xi:include href="nm-settings.xml"/>
|
|
<xi:include href="nm-exported-connection.xml"/>
|
|
<xi:include href="nm-active-connection.xml"/>
|
|
<xi:include href="nm-vpn-manager.xml"/>
|
|
<xi:include href="nm-vpn-connection.xml"/>
|
|
<xi:include href="nm-vpn-plugin.xml"/>
|
|
|
|
<xi:include href="errors.xml"/>
|
|
<xi:include href="vpn-errors.xml"/>
|
|
<xi:include href="generic-types.xml"/>
|
|
|
|
<!--
|
|
<xi:include href="extensions.xml">
|
|
<xi:fallback>
|
|
<!- - absence of non-spec extensions is OK - ->
|
|
</xi:fallback>
|
|
</xi:include>
|
|
-->
|
|
|
|
</tp:spec>
|