Skip to content

propwidgets: Use g_bind_property()

Niels De Graef requested to merge wip/nielsdg/propwidgets-g-bind-property into master

Make some property widgets implementations easier by just using g_bind_property(), which does all the property change handling for us.

Merge request reports