libnm-core: replace GByteArray with pointer + length in some APIs
authorDan Winship <danw@gnome.org>
Thu, 26 Jun 2014 13:25:06 +0000 (09:25 -0400)
committerDan Winship <danw@gnome.org>
Thu, 4 Sep 2014 13:20:11 +0000 (09:20 -0400)
commit3fbabde4c3b9446226c627c6d10ce83aff95b356
tree48ff4ddd6adf9d3e710c4b7f36121d3f53eefa12
parent983756578935580a663735cc2c650a6ebfbc8015
libnm-core: replace GByteArray with pointer + length in some APIs

APIs that take arbitrary data should take it in the form of a pointer
and length, not a GByteArray, so that you can use them regardless of
what format you have the data in (GByteArray, GBytes, plain array,
etc).
18 files changed:
clients/cli/devices.c
clients/cli/settings.c
clients/tui/nmt-connect-connection-list.c
clients/tui/nmt-page-wifi.c
clients/tui/nmt-secret-agent.c
examples/C/glib/get-ap-info-libnm.c
libnm-core/crypto.c
libnm-core/crypto.h
libnm-core/crypto_gnutls.c
libnm-core/crypto_nss.c
libnm-core/nm-setting-8021x.c
libnm-core/nm-utils.c
libnm-core/nm-utils.h
libnm-core/tests/test-crypto.c
src/devices/wifi/nm-device-wifi.c
src/devices/wifi/nm-wifi-ap.c
src/settings/plugins/ifcfg-rh/reader.c
src/settings/plugins/ifnet/connection_parser.c