mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Add a doc comment for GskConicGradientNode
This commit is contained in:
parent
338d3ffa13
commit
e1df9a043f
@ -770,6 +770,12 @@ gsk_radial_gradient_node_get_end (GskRenderNode *node)
|
|||||||
|
|
||||||
/*** GSK_CONIC_GRADIENT_NODE ***/
|
/*** GSK_CONIC_GRADIENT_NODE ***/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GskConicGradientNode:
|
||||||
|
*
|
||||||
|
* A render node for a conic gradient.
|
||||||
|
*/
|
||||||
|
|
||||||
struct _GskConicGradientNode
|
struct _GskConicGradientNode
|
||||||
{
|
{
|
||||||
GskRenderNode render_node;
|
GskRenderNode render_node;
|
||||||
|
Loading…
Reference in New Issue
Block a user