NetworkManager/src/settings
Thomas Haller c38be4ef4b core: keep nm_connection_provider_get_connections in private instead of static data
nm_connection_provider_get_connections returns an internally kept
constant list to simplify handling for the users. Do not cache this
list in a static variable, instead put it in a private field.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2013-10-22 18:45:22 +02:00
..
plugins Fix typos 2013-10-19 11:49:18 -04:00
tests build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
nm-agent-manager.c fix: glib assertion in nm-agent-manager, cancelling completed dbus call 2013-08-30 18:23:24 +02:00
nm-agent-manager.h vpn: handle interactive plugin secrets requests 2013-07-31 08:16:40 -05:00
nm-default-wired-connection.c libnm-glib, core: use g_cclosure_marshal_generic 2013-05-08 14:59:29 -04:00
nm-default-wired-connection.h settings: clarify that NMDefaultWiredConnection is ethernet-only 2013-04-03 10:23:48 -04:00
nm-inotify-helper.c libnm-glib, core: use g_cclosure_marshal_generic 2013-05-08 14:59:29 -04:00
nm-inotify-helper.h settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-secret-agent.c agents: don't make method calls with a destroyed proxy 2013-07-31 08:16:41 -05:00
nm-secret-agent.h agents: add agent capabilities 2013-07-31 08:16:34 -05:00
nm-settings-connection.c core: make callback argument in nm_settings_connection_commit_changes/_delete optional 2013-10-18 19:56:37 +02:00
nm-settings-connection.h agents: change secrets request hints back to char ** 2013-06-25 17:43:39 -05:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h settings: remove NM_SETTINGS_ERROR_NOT_PRIVILEGED 2013-04-08 10:55:38 -05:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c core: keep nm_connection_provider_get_connections in private instead of static data 2013-10-22 18:45:22 +02:00
nm-settings.h trivial: rename nm_settings_add_connection*() functions 2013-08-30 10:54:29 +02:00
nm-system-config-interface.c settings: clarify ownership of objects returned from plugin's add_connection() hook 2013-10-17 13:03:39 -05:00
nm-system-config-interface.h settings: clarify ownership of objects returned from plugin's add_connection() hook 2013-10-17 13:03:39 -05:00