summaryrefslogtreecommitdiff
path: root/gsk/gskpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskpath.h')
-rw-r--r--gsk/gskpath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsk/gskpath.h b/gsk/gskpath.h
index a94101fd80..bbc8b39884 100644
--- a/gsk/gskpath.h
+++ b/gsk/gskpath.h
@@ -104,6 +104,9 @@ gboolean gsk_path_get_stroke_bounds (GskPath
graphene_rect_t *bounds);
GDK_AVAILABLE_IN_ALL
+gboolean gsk_path_is_convex (GskPath *self);
+
+GDK_AVAILABLE_IN_ALL
gboolean gsk_path_foreach (GskPath *self,
GskPathForeachFlags flags,
GskPathForeachFunc func,