gskpathbuilder: Document add_cairo_path path arg

This commit is contained in:
Maximiliano Sandoval
2024-05-25 18:46:10 +02:00
parent 949cd45bb7
commit 0bacde8e0a

View File

@@ -387,6 +387,7 @@ gsk_path_builder_add_reverse_path (GskPathBuilder *self,
/** /**
* gsk_path_builder_add_cairo_path: * gsk_path_builder_add_cairo_path:
* @self: a `GskPathBuilder` * @self: a `GskPathBuilder`
* @path: a path
* *
* Adds a Cairo path to the builder. * Adds a Cairo path to the builder.
* *