summaryrefslogtreecommitdiff
path: root/gsk/gskpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskpath.h')
-rw-r--r--gsk/gskpath.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsk/gskpath.h b/gsk/gskpath.h
index 31f4cd10e9..6df9250a33 100644
--- a/gsk/gskpath.h
+++ b/gsk/gskpath.h
@@ -99,6 +99,10 @@ gboolean gsk_path_is_empty (GskPath
GDK_AVAILABLE_IN_ALL
gboolean gsk_path_get_bounds (GskPath *path,
graphene_rect_t *bounds);
+GDK_AVAILABLE_IN_ALL
+gboolean gsk_path_get_stroke_bounds (GskPath *path,
+ const GskStroke *stroke,
+ graphene_rect_t *bounds);
GDK_AVAILABLE_IN_ALL
gboolean gsk_path_foreach (GskPath *path,