mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 21:48:07 +02: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 |
||
|---|---|---|
| .. | ||
| libnm-glib-test.c | ||
| libnm_glib.c | ||
| libnm_glib.h | ||
| libnm_glib.pc.in | ||
| Makefile.am | ||
| nm-access-point.c | ||
| nm-access-point.h | ||
| nm-client.c | ||
| nm-client.h | ||
| nm-dbus-utils.c | ||
| nm-dbus-utils.h | ||
| nm-device-802-3-ethernet.c | ||
| nm-device-802-3-ethernet.h | ||
| nm-device-802-11-wireless.c | ||
| nm-device-802-11-wireless.h | ||
| nm-device-private.h | ||
| nm-device.c | ||
| nm-device.h | ||
| nm-ip4-config.c | ||
| nm-ip4-config.h | ||
| nm-marshal-main.c | ||
| nm-marshal.list | ||
| nm-object.c | ||
| nm-object.h | ||
| nm-settings.c | ||
| nm-settings.h | ||
| nm-vpn-connection.c | ||
| nm-vpn-connection.h | ||
| nm-vpn-manager.c | ||
| nm-vpn-manager.h | ||
| nm-vpn-plugin.c | ||
| nm-vpn-plugin.h | ||