NetworkManager/clients
Thomas Haller fc475f25f2 cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()
The reasons are:

- I want to locate all implmenetations of the get_fcn() handler. By
  consistently using this macro, you can just grep for the macro and
  find them all.

- all implementations should follow the same style. This macro
  enforces the same names for arguments and avoids copy&paste.

- if we are going to add or change an argument, it becomes easier.
  That's because we can easily identify all implementation and can
  change arguments in one place.
2018-05-14 17:53:03 +02:00
..
cli cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn() 2018-05-14 17:53:03 +02:00
common clients/common: add nmc_objects_sort_by_path() helper 2018-05-14 17:53:03 +02:00
tests clients/tests: add nmcli test for activating connection 2018-05-14 17:53:03 +02:00
tui all: use the elvis operator wherever possible 2018-05-10 14:36:58 +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