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