diff options
Diffstat (limited to 'gsk/gskroundedrect.h')
-rw-r--r-- | gsk/gskroundedrect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskroundedrect.h b/gsk/gskroundedrect.h index d02757fb78..3dbaf0552c 100644 --- a/gsk/gskroundedrect.h +++ b/gsk/gskroundedrect.h @@ -34,7 +34,7 @@ G_BEGIN_DECLS * @_w: the width * @_h: the height * - * Initializes a #GskRoundedRect when declaring it. + * Initializes a `GskRoundedRect` when declaring it. * All corner sizes will be initialized to 0. */ #define GSK_ROUNDED_RECT_INIT(_x,_y,_w,_h) (GskRoundedRect) { .bounds = GRAPHENE_RECT_INIT(_x,_y,_w,_h), \ |