summaryrefslogtreecommitdiff
path: root/gsk/gskpathprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskpathprivate.h')
-rw-r--r--gsk/gskpathprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsk/gskpathprivate.h b/gsk/gskpathprivate.h
index 6ea2c2c6d3..310fa38b45 100644
--- a/gsk/gskpathprivate.h
+++ b/gsk/gskpathprivate.h
@@ -61,6 +61,7 @@ gsize gsk_path_get_n_contours (GskPath
const GskContour * gsk_path_get_contour (GskPath *path,
gsize i);
gboolean gsk_path_foreach_with_tolerance (GskPath *self,
+ GskPathForeachFlags flags,
double tolerance,
GskPathForeachFunc func,
gpointer user_data);