summaryrefslogtreecommitdiff
path: root/gsk/gskrendernode.h
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-07 16:51:38 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-07 19:50:32 +0100
commit6e903e13a5a8444f4e16ef3b0395c0d4e882c48c (patch)
treebb7aa6107504b17a2f6fd1a561b7c7c188e2192d /gsk/gskrendernode.h
parent5fd22e59816b4a43c6ae20e6cf41cc1c72934e47 (diff)
downloadgtk+-6e903e13a5a8444f4e16ef3b0395c0d4e882c48c.tar.gz
g-i: add missing since annotations for 4.2bilelmoussaoui/gi-annotations
Diffstat (limited to 'gsk/gskrendernode.h')
-rw-r--r--gsk/gskrendernode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskrendernode.h b/gsk/gskrendernode.h
index 88fa4241e6..def26f97d6 100644
--- a/gsk/gskrendernode.h
+++ b/gsk/gskrendernode.h
@@ -256,7 +256,7 @@ GDK_AVAILABLE_IN_ALL
const graphene_point_t * gsk_conic_gradient_node_get_center (const GskRenderNode *node) G_GNUC_PURE;
GDK_AVAILABLE_IN_ALL
float gsk_conic_gradient_node_get_rotation (const GskRenderNode *node) G_GNUC_PURE;
-GDK_AVAILABLE_IN_ALL
+GDK_AVAILABLE_IN_4_2
float gsk_conic_gradient_node_get_angle (const GskRenderNode *node) G_GNUC_PURE;
GDK_AVAILABLE_IN_ALL
gsize gsk_conic_gradient_node_get_n_color_stops (const GskRenderNode *node) G_GNUC_PURE;