diff options
Diffstat (limited to 'gsk/gskroundedrect.h')
-rw-r--r-- | gsk/gskroundedrect.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gsk/gskroundedrect.h b/gsk/gskroundedrect.h index 28384417e1..378591af4c 100644 --- a/gsk/gskroundedrect.h +++ b/gsk/gskroundedrect.h @@ -36,8 +36,6 @@ G_BEGIN_DECLS * * Initializes a #GskRoundedRect when declaring it. * All corner sizes will be initialized to 0. - * - * Since: 3.90 */ #define GSK_ROUNDED_RECT_INIT(_x,_y,_w,_h) (GskRoundedRect) { .bounds = GRAPHENE_RECT_INIT(_x,_y,_w,_h), \ .corner = { \ @@ -60,8 +58,6 @@ G_BEGIN_DECLS * All functions taking a #GskRoundedRect as an argument will internally operate on * a normalized copy; all functions returning a #GskRoundedRect will always return * a normalized one. - * - * Since: 3.90 */ typedef struct _GskRoundedRect GskRoundedRect; |