mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 19:10:17 +01:00
Add a GetActiveConnections() method on the Manager object. * src/nm-manager.c src/nm-manager.h introspection/nm-manager.xml - (connection_get_settings_cb): keep connection type around too - (impl_manager_get_active_connections, add_one_connection_element): implement; returns all active connections and what devices they apply to * libnm-glib/nm-client.c libnm-glib/nm-client.h introspection/nm-manager-client.xml - (nm_client_get_devices): GPtrArray elements are allocated and owned by the caller; free here to avoid memory leak - (nm_client_get_active_connections): implement; return the list of active connections - (nm_client_free_active_connection_element): implement; free an element of the GSList returned by nm_client_get_active_connections() git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2927 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| nm-access-point.xml | ||
| nm-device-802-3-ethernet.xml | ||
| nm-device-802-11-wireless.xml | ||
| nm-device.xml | ||
| nm-ip4-config.xml | ||
| nm-manager-client.xml | ||
| nm-manager.xml | ||
| nm-settings-connection.xml | ||
| nm-settings.xml | ||
| nm-vpn-connection.xml | ||
| nm-vpn-manager.xml | ||
| nm-vpn-plugin.xml | ||