get_start_point
Description:
public bool get_start_point (
out unowned PathPoint result)
Gets the start point of the path.
An empty path has no points, so `FALSE` is returned in this case.
Parameters:
this |
a `GskPath`
|
result |
return location for point
|
Returns:
`TRUE` if result was filled
|