Move path point getters to GskPath

Matthias Clasen requested to merge path-point-api-revision into main

This is more in line with treating GskPathPoint as just a struct, not an object. And gi-docgen already puts the apis there anyway. As an extra bonus, the function names get shorter.

Update all callers.

Merge request reports