NetworkManager/src/devices/wwan
Thomas Haller de62da297e all: drop explicit casts from _GET_PRIVATE() macro calls
The _GET_PRIVATE() macros are all implemented based on
_NM_GET_PRIVATE(). That macro tries to be more type safe and uses
_Generic() to do the right thing. Explicitly casting is not only
unnecessary, it defeats these (static) type checks.

Don't do that.
2020-02-14 11:04:46 +01:00
..
tests meson: Remove devices tests' meson build files 2019-10-01 09:49:33 +02:00
libnm-wwan.ver wwan: add nm_modem_manager_get_modems() to iterate over modems 2019-09-22 16:05:50 +02:00
meson.build meson: Remove devices tests' meson build files 2019-10-01 09:49:33 +02:00
nm-device-modem.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-device-modem.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem-broadband.c modem-broadband: avoid a crash if we fail to guess an APN 2019-12-02 15:16:52 +01:00
nm-modem-broadband.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem-manager.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem-manager.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem-ofono.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem-ofono.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-modem.c all: drop explicit casts from _GET_PRIVATE() macro calls 2020-02-14 11:04:46 +01:00
nm-modem.h device: fix setting MTU from connection when limited by parent 2019-10-10 15:08:16 +02:00
nm-service-providers.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-service-providers.h wwan: add service-providers.xml parser 2019-09-11 14:32:05 +02:00
nm-wwan-factory.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00