NetworkManager/src/core/devices/wifi
Thomas Haller 2fe8ec25b9
core: mark deprecated D-Bus API as deprecated in Introspect()
Mark the methods/properties deprecated in the D-Bus API (via
org.freedesktop.DBus.Introspectable.Introspect(), [1]).

It affects those properties that are documented as deprecated in
introspection XML.

  $ busctl -j call \
        org.freedesktop.NetworkManager \
        /org/freedesktop/NetworkManager \
        org.freedesktop.DBus.Introspectable \
        Introspect | \
    jq '.data[0]' -r | \
    grep -5 Deprecated

[1] https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-introspectable
2024-01-16 09:28:18 +01:00
..
tests all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update gitlab-ci to f36 2022-07-06 11:06:53 +02:00
meson.build iwd: Add basic P2P device class for IWD 2022-01-21 11:16:14 +01:00
nm-device-iwd-p2p.c core: mark deprecated D-Bus API as deprecated in Introspect() 2024-01-16 09:28:18 +01:00
nm-device-iwd-p2p.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-iwd.c core: rename nm_config_data_get_device_config_*() variants 2023-06-14 11:07:34 +02:00
nm-device-iwd.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-olpc-mesh.c core: mark deprecated D-Bus API as deprecated in Introspect() 2024-01-16 09:28:18 +01:00
nm-device-olpc-mesh.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-wifi-p2p.c core: mark deprecated D-Bus API as deprecated in Introspect() 2024-01-16 09:28:18 +01:00
nm-device-wifi-p2p.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-wifi.c all: use NM_HASH_SEED_16() macro 2023-11-14 14:15:42 +01:00
nm-device-wifi.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-iwd-manager.c all: use NM_MIN() instead of MIN() 2023-11-15 09:32:20 +01:00
nm-iwd-manager.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-wifi-ap.c wifi: parse access point announced bandwidth 2023-08-02 00:54:27 +02:00
nm-wifi-ap.h wifi: parse access point announced bandwidth 2023-08-02 00:54:27 +02:00
nm-wifi-common.c core: mark deprecated D-Bus API as deprecated in Introspect() 2024-01-16 09:28:18 +01:00
nm-wifi-common.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-wifi-factory.c all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-wifi-p2p-peer.c core: use nm_dbus_manager_lookup_object_with_type() 2022-03-13 12:02:08 +01:00
nm-wifi-p2p-peer.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-wifi-utils.c nmcli: fix typos in nmcli output 2023-01-27 08:00:51 +01:00
nm-wifi-utils.h wifi: Add WFD utilities needed by the IWD backend 2022-01-21 11:13:58 +01:00