mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
CSSProvider: Mention non-deprecated fn @ to_string
load_from_data() is deprecated, so don't cite it in to_string(); rather, mention load_from_string() instead.
This commit is contained in:
parent
671756cb13
commit
e7f55d8706
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user