pathpoint docs: Fix a link

Links gsk->gtk must be done manually, since we
don't have a dependency.
This commit is contained in:
Matthias Clasen
2023-08-24 13:41:39 -04:00
parent ebd4ceca15
commit 854c695153

View File

@@ -219,7 +219,8 @@ gsk_path_point_get_tangent (const GskPathPoint *point,
*
* This is a convenience variant of [method@Gsk.PathPoint.get_tangent]
* that returns the angle between the tangent and the X axis. The angle
* can e.g. be used in [method@Gtk.Snapshot.rotate].
* can e.g. be used in
* [gtk_snapshot_rotate()](../gtk4/method.Snapshot.rotate.html).
*
* Returns: the angle between the tangent and the X axis, in degrees
*