From 7342ce5bca0037f4265de225f293bef947c2afff Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 27 Aug 2023 08:17:00 +0000 Subject: [PATCH] gi: Add missing since annotation --- gsk/gskpathmeasure.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsk/gskpathmeasure.c b/gsk/gskpathmeasure.c index cfa8c782cd..2aced2d12f 100644 --- a/gsk/gskpathmeasure.c +++ b/gsk/gskpathmeasure.c @@ -38,6 +38,8 @@ * * A `GskPathMeasure` struct is a reference counted struct * and should be treated as opaque. + * + * Since: 4.14 */ typedef struct _GskContourMeasure GskContourMeasure;