NetworkManager/clients/common
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
..
tests cli: refactor team-link-watcher to/from strings 2019-04-25 07:50:47 +02:00
meson.build shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nm-client-utils.c cli: don't treat empty string as valid number in nmc_string_to_uint_base() 2019-03-25 09:12:32 +01:00
nm-client-utils.h shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nm-meta-setting-access.c clients: only ask secrets for settings that require them 2019-04-02 11:20:28 +02:00
nm-meta-setting-access.h clients: only ask secrets for settings that require them 2019-04-02 11:20:28 +02:00
nm-meta-setting-desc.c 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
nm-meta-setting-desc.h cli: cleanup and fix handling of unset/empty "ipv4.dns-options" 2019-04-25 08:13:02 +02:00
nm-polkit-listener.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-polkit-listener.h docs: misc. typos 2018-09-15 09:08:03 +02:00
nm-secret-agent-simple.c shared: move most of "shared/nm-utils" to "shared/nm-glib-aux" 2019-04-18 19:57:27 +02:00
nm-secret-agent-simple.h libnm: add NMWireGuardPeer and libnm support for peers 2019-02-22 11:00:10 +01:00
nm-vpn-helpers.c shared: move most of "shared/nm-utils" to "shared/nm-glib-aux" 2019-04-18 19:57:27 +02:00
nm-vpn-helpers.h cli/wireguard: add import functionality for WireGuard 2019-03-07 22:22:39 +01:00
settings-docs.h.in all: support bridge vlan ranges 2019-04-18 09:53:18 +02:00
settings-docs.xsl cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00