NetworkManager/src/settings
Thomas Haller ca1fe95ce0 settings: use nm_utils_g_slist_find_str() in update_specs()
NMSettings is complicated enough. We should try to move independent code out
of it, so that there is only logic that is essential there.

While at it, rework how we copy the GSList items. I don't like GSList as
a data structure, but there really is no need to allocate a new list.
Just unlink the list element and prepend it in the other list.
2019-06-13 16:10:53 +02:00
..
plugins settings: drop nm_settings_plugin_initialize() and initialize on demand 2019-06-13 16:10:53 +02:00
nm-agent-manager.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-agent-manager.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-settings-connection.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-settings-connection.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-settings-plugin.c settings: drop nm_settings_plugin_initialize() and initialize on demand 2019-06-13 16:10:53 +02:00
nm-settings-plugin.h settings: drop nm_settings_plugin_initialize() and initialize on demand 2019-06-13 16:10:53 +02:00
nm-settings.c settings: use nm_utils_g_slist_find_str() in update_specs() 2019-06-13 16:10:53 +02:00
nm-settings.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00