From 949cd45bb78ddd28dc539e4b1b80b428b94d359b Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 18:44:17 +0200 Subject: [PATCH] gskstroke: Add missing return annotations --- gsk/gskstroke.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gsk/gskstroke.c b/gsk/gskstroke.c index 61cdc6a47a..6cd43375ca 100644 --- a/gsk/gskstroke.c +++ b/gsk/gskstroke.c @@ -354,6 +354,8 @@ gsk_stroke_set_miter_limit (GskStroke *self, * * Returns the miter limit of a `GskStroke`. * + * Returns: the miter limit + * * Since: 4.14 */ float @@ -478,6 +480,8 @@ gsk_stroke_set_dash_offset (GskStroke *self, * * Returns the dash_offset of a `GskStroke`. * + * Returns: the dash_offset + * * Since: 4.14 */ float