The source project of this merge request has been removed.
Use C++ syntax when reading/writing RC files
For example, xfce_rc_read_X(rc, args...)
has been replaced with rc->read_X(args...)
.
xfce4++::Ptr
and xfce4::Rc
have been copied from the most recent version of xfce4-cpugraph-plugin.
This patch also fixes an invalid chip->sensorId
comparison introduced in a previous code cleanup.