NetworkManager/clients
Thomas Haller e55a45faa2 cli: drop GValue transformation of GBytes to string and implement bytes getter via _get_fcn_gobject_impl()
The g_value_register_transform_func() for handling GBytes was not actually used.
All properties of type G_TYPE_BYTES have their explit handler how to convert bytes
to string. That is good, because the implementation there was very bad (it did not
honor pretty/parsable get-type).

Also, merge _get_fcn_gobject_bytes() into _get_fcn_gobject_impl(). We
already have a generic handler that handles properties solely based on
the GObject type: _get_fcn_gobject_impl(). Just let it also handle
bytes. It's better to have fewer handlers, if they don't need special
context.
2019-04-25 08:20:03 +02:00
..
cli cli: drop GValue transformation of GBytes to string and implement bytes getter via _get_fcn_gobject_impl() 2019-04-25 08:20:03 +02:00
common cli: drop GValue transformation of GBytes to string and implement bytes getter via _get_fcn_gobject_impl() 2019-04-25 08:20:03 +02:00
tests cli: cleanup and fix handling of unset/empty "ipv4.dns-options" 2019-04-25 08:13:02 +02:00
tui build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 18:59:09 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 18:59:09 +02:00
nm-online.c nm-online: sort options in man page and program help 2018-11-05 09:32:20 +01:00