Merge branch 'dboles/CSSProvider-to_string-load_from_string' into 'main'

CSSProvider: Mention non-deprecated fn @ to_string

See merge request GNOME/gtk!6894
This commit is contained in:
Matthias Clasen 2024-02-12 23:32:23 +00:00
commit 8bd6927daf

View File

@ -1568,7 +1568,7 @@ gtk_css_provider_print_keyframes (GHashTable *keyframes,
* Converts the @provider into a string representation in CSS
* format.
*
* Using [method@Gtk.CssProvider.load_from_data] with the return
* Using [method@Gtk.CssProvider.load_from_string] with the return
* value from this function on a new provider created with
* [ctor@Gtk.CssProvider.new] will basically create a duplicate
* of this @provider.