Skip to content

clutter: Safely transform paths to strings and vice versa

Emmanuele Bassi requested to merge ebassi/safe-path-transform into main

GValues containing objects and strings can be set to NULL, which means the transformation functions from ClutterPath to string and vice versa must be NULL-safe.

Closes: #2625 (closed)

Edited by Emmanuele Bassi

Merge request reports