docs: Fix the 4to5 migration guide

This was referring to a nonexisting api.
This commit is contained in:
Matthias Clasen 2024-05-29 19:04:07 -04:00
parent 83aa176466
commit 24cb9d2437

View File

@ -58,7 +58,7 @@ use a GtkLabel.
If you have a need for custom drawing that fits into the current
(dark or light) theme, e.g. for rendering a graph, you can still
get the current style foreground color, using
[method@Gtk.Widget.get_style_color].
[method@Gtk.Widget.get_color].
## Local stylesheets are going away