Merge branch 'fg_color_docs' into 'main'

gsk: Update docs for gtk_snapshot_append_layout

See merge request GNOME/gtk!6295
This commit is contained in:
Matthias Clasen 2023-08-16 12:52:43 +00:00
commit e2cd362f24

View File

@ -459,7 +459,8 @@ gsk_pango_renderer_release (GskPangoRenderer *renderer)
* *
* Creates render nodes for rendering @layout in the given foregound @color * Creates render nodes for rendering @layout in the given foregound @color
* and appends them to the current node of @snapshot without changing the * and appends them to the current node of @snapshot without changing the
* current node. * current node. The current theme's foreground color for a widget can be
* obtained with [method@Gtk.Widget.get_color].
* *
* Note that if the layout does not produce any visible output, then nodes * Note that if the layout does not produce any visible output, then nodes
* may not be added to the @snapshot. * may not be added to the @snapshot.