Add a doc comment for GskConicGradientNode

This commit is contained in:
Matthias Clasen 2020-12-15 14:18:26 -05:00
parent 338d3ffa13
commit e1df9a043f

View File

@ -770,6 +770,12 @@ gsk_radial_gradient_node_get_end (GskRenderNode *node)
/*** GSK_CONIC_GRADIENT_NODE ***/
/**
* GskConicGradientNode:
*
* A render node for a conic gradient.
*/
struct _GskConicGradientNode
{
GskRenderNode render_node;