mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
rendernodes: Add missing nullable annotation
This commit is contained in:
parent
0234e8e2c9
commit
ee8132a439
@ -3983,7 +3983,7 @@ static const GskRenderNodeClass GSK_TEXT_NODE_CLASS = {
|
||||
* Note that @color may not be used if the font contains
|
||||
* color glyphs.
|
||||
*
|
||||
* Returns: a new text node, or %NULL
|
||||
* Returns: (nullable): a new text node, or %NULL
|
||||
*/
|
||||
GskRenderNode *
|
||||
gsk_text_node_new (PangoFont *font,
|
||||
|
Loading…
Reference in New Issue
Block a user