NetworkManager/clients
Thomas Haller 0be07d0815 cli: avoid passing NmCli to set_color() functions
The NmCli variables is essentially a global variable of *everything*.
The set_color() function and its helpers only need a particular
part of it. Instead, of passing the entire global state to them,
only pass what they need.

It makes it clearer which parts are actually relevant. Turns out,
it only actually touches a resonable small part of the global state.
2018-06-26 11:32:39 +02:00
..
cli cli: avoid passing NmCli to set_color() functions 2018-06-26 11:32:39 +02:00
common clients: fix using hints for 802-1x secret request 2018-06-24 14:15:42 +02:00
tests clients/tests: add more tests showing nmcli output 2018-06-21 13:43:16 +02:00
tui build: unifiy specifying locale directory define 2018-05-31 15:59:38 +02:00
meson.build build/meson: use variables for ldflags and linker-script 2018-01-11 12:46:01 +01:00
nm-online.c all: require glib 2.40 2018-01-18 11:45:36 +01:00