Define and use macros for Xfconf properties
Define five macros in common/panel-private.h and ensure using them throughout the code:
#define PANELS_PROPERTY_PREFIX "/panels"#define PANELS_PROPERTY_BASE PANELS_PROPERTY_PREFIX "/panel-%d"#define PLUGINS_PROPERTY_PREFIX "/plugins"#define PLUGINS_PROPERTY_BASE PLUGINS_PROPERTY_PREFIX "/plugin-%d"#define PLUGIN_IDS_PROPERTY_BASE PANELS_PROPERTY_BASE "/plugin-ids"
Edited by Akbarkhon Variskhanov