Skip to content

Code cleanup: Lower redundancy of xfconf handling code

Ghost User requested to merge (removed):redundancy into master

The remaining redundant code is cumbersome to remove in C, mainly because a string concatenation requires a call to g_free().

Merge request reports