[openSUSE/wicked] c6e981: dbus: Remove not used .parse function from ni_dbus...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: c6e981da0fc2216cda042c0c7f1ae19f8fc72ba2 https://github.com/openSUSE/wicked/commit/c6e981da0fc2216cda042c0c7f1ae19f8f... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2021-07-23 (Fri, 23 Jul 2021) Changed paths: M include/wicked/dbus-service.h Log Message: ----------- dbus: Remove not used .parse function from ni_dbus_property Commit: 64db817f64c37fb7c4d10a86f1b5943ca15ea5a5 https://github.com/openSUSE/wicked/commit/64db817f64c37fb7c4d10a86f1b5943ca1... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2021-07-23 (Fri, 23 Jul 2021) Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c Log Message: ----------- dbus: remove rw setting from NI_DUBS_GENERIC_DICT_PROPERTY Commit: 686ba7928d19ce8004c1319bed5ad7ff510349d7 https://github.com/openSUSE/wicked/commit/686ba7928d19ce8004c1319bed5ad7ff51... Author: Marius Tomaschewski <mt@suse.de> Date: 2021-07-23 (Fri, 23 Jul 2021) Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c Log Message: ----------- dbus: Cleanup the dbus-service.h file and corresponding makros 1) remove the unused .parse() function to gain the possibility to specify the `PROPERTY` makros with `SET_FN` or `GET_FN` to define only `.get` or `.set` handler function, e.g.: ```NI_DBUS_GENERIC_BYTE_ARRAY_PROPERTY(bss, IEs, ies, SET_FN)```. - `SET_FN` => from DBus to C - `GET_FN` => from C to DBus 2) remove the unused `rw` argument from `NI_DBUS_GENERIC_DICT_PROPERTY`. From gitlab merge request wicked-maintainers/wicked!167 by Clemens Famulla-Conrad Commit: 68fc34253cd3a20ba03bffd76ae40b8754a9c3d1 https://github.com/openSUSE/wicked/commit/68fc34253cd3a20ba03bffd76ae40b8754... Author: Marius Tomaschewski <mt@suse.de> Date: 2021-07-23 (Fri, 23 Jul 2021) Changed paths: M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- dbus: remove rw flag from wireless dict properties Commit: af342797d37d9066cbe97961c25d30f63ad032f2 https://github.com/openSUSE/wicked/commit/af342797d37d9066cbe97961c25d30f63a... Author: Marius Tomaschewski <mt@suse.com> Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/875 dbus: cleanup the dbus-service.h file and unused property parse makros Compare: https://github.com/openSUSE/wicked/compare/a4edf0288f39...af342797d37d
participants (1)
-
Marius Tomaschewski