NetworkManager/clients/cli
Thomas Haller dbf697c759 cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()
We should not use global variables, and we should minimize the state
that we pass around. Instead of requiring the full NmCli struct in
nm_cli_spawn_pager(), pass only the necessary data.

This reduces our use of global variables.
2020-04-04 19:28:41 +02:00
..
agent.c clients: polkit-agent: implement polkit agent without using libpolkit 2019-12-24 10:13:51 +01:00
agent.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
common.c cli: add and use nm_cli_global_readline global variable 2020-04-04 19:28:41 +02:00
common.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
connections.c cli: avoid passing full NmCli global variable to nm_cli_spawn_pager() 2020-04-04 19:28:41 +02:00
connections.h cli: support setting removal 2020-03-23 11:42:57 +01:00
devices.c cli: fix nmcli device wifi list --rescan=yes to wait 2020-04-03 11:26:49 +02:00
devices.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
general.c cli: avoid passing full NmCli global variable to nm_cli_spawn_pager() 2020-04-04 19:28:41 +02:00
general.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
meson.build license: Add license using SPDX identifiers to meson build files 2020-02-17 13:16:57 +01:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c cli: avoid passing full NmCli global variable to nm_cli_spawn_pager() 2020-04-04 19:28:41 +02:00
nmcli.h cli: avoid passing full NmCli global variable to nm_cli_spawn_pager() 2020-04-04 19:28:41 +02:00
polkit-agent.c clients: polkit-agent: implement polkit agent without using libpolkit 2019-12-24 10:13:51 +01:00
polkit-agent.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
settings.c cli: make nmc_meta_environment_arg const pointer 2020-04-04 19:28:41 +02:00
settings.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
utils.c cli: avoid passing full NmCli global variable to nm_cli_spawn_pager() 2020-04-04 19:28:41 +02:00
utils.h cli: make nmc_meta_environment_arg const pointer 2020-04-04 19:28:41 +02:00