NetworkManager/clients/cli
Thomas Haller f19aff8909 all: cleanup includes in header files
- don't include "nm-default.h" in header files. Every source file must
  include as first header "nm-default.h", thus our headers get the
  default include already implicitly.

- we don't support compiling NetworkManager itself with a C++ compiler. Remove
  G_BEGIN_DECLS/G_END_DECLS from internal headers. We do however support
  users of libnm to use C++, thus they stay in public headers.
2016-08-17 19:09:50 +02:00
..
agent.c cli/agent: add subcommand completion 2016-08-01 13:52:36 +02:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: show pre-filled readline input if it is not a real password (rh #1351272) 2016-08-17 15:32:58 +02:00
common.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
connections.c cli: fix error reporting for connection delete 2016-08-02 17:21:12 +02:00
connections.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
devices.c cli: add -f argument completion 2016-08-01 15:51:29 +02:00
devices.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
general.c auth: check when setting statistics refresh rate 2016-08-17 16:08:20 +02:00
general.h cli: output a short summary of devices when called without arguments 2016-07-19 14:29:05 +02:00
Makefile.am build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
nmcli-completion cli/device: add modify command 2016-06-29 20:28:42 +02:00
nmcli.c all: cleanup includes in header files 2016-08-17 19:09:50 +02:00
nmcli.h cli: add ability to indicate command completion expects a file name 2016-08-01 13:52:36 +02:00
polkit-agent.c all: cleanup includes in header files 2016-08-17 19:09:50 +02:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c cli/connections: do connection completion in get_connection() 2016-08-01 13:52:36 +02:00
settings.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
utils.c all: cleanup includes in header files 2016-08-17 19:09:50 +02:00
utils.h macros: add macro _nm_printf() for function attribute 2016-06-05 12:22:01 +02:00