Method
GskPathget_start_point
since: 4.14
Declaration [src]
gboolean
gsk_path_get_start_point (
GskPath* self,
GskPathPoint* result
)
Description [src]
Gets the start point of the path.
An empty path has no points, so false is returned in this case.
Available since: 4.14
Parameters
result
-
Type:
GskPathPoint
Return location for point.
The argument will be set by the function. The returned data is owned by the instance.