summaryrefslogtreecommitdiff
path: root/gsk/gskroundedrect.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-06-25 19:21:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-06-25 19:55:04 -0400
commit8755d884f3e5043f355d4c6403e954ea5ff0928f (patch)
tree36ccc605c99d88687b1af5c6d2897086b3722bda /gsk/gskroundedrect.h
parent010f4e90e38fd71967428486fd986e4dfc444c7b (diff)
downloadgtk+-8755d884f3e5043f355d4c6403e954ea5ff0928f.tar.gz
Remove a lot of Since annotations
4.0 will represent a clean epoch. We don't want to have lots of noise in the docs about 2.x or 3.x.
Diffstat (limited to 'gsk/gskroundedrect.h')
-rw-r--r--gsk/gskroundedrect.h4
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;