summaryrefslogtreecommitdiff
path: root/gsk/gskstroke.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskstroke.c')
-rw-r--r--gsk/gskstroke.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gsk/gskstroke.c b/gsk/gskstroke.c
index cdcaeae4ae..aee4feac88 100644
--- a/gsk/gskstroke.c
+++ b/gsk/gskstroke.c
@@ -111,6 +111,14 @@ gsk_stroke_free (GskStroke *self)
g_free (self);
}
+/**
+ * gsk_stroke_to_cairo:
+ * @self: a #GskStroke
+ * @cr: the cairo context to configure
+ *
+ * A helper function that sets the stroke parameters
+ * of @cr from the values found in @self.
+ */
void
gsk_stroke_to_cairo (const GskStroke *self,
cairo_t *cr)