Merge branch 'docs_clarify_gtk_drop_down_get_selected_item' into 'main'

docs: Clarify how to obtain strings from GtkDropDown

See merge request GNOME/gtk!6647
This commit is contained in:
Matthias Clasen 2023-12-08 10:20:12 +00:00
commit 0b0a5a52af

View File

@ -90,6 +90,10 @@
* </object>
* ```
*
* If a `GtkDropDown` is created in this manner, or with
* [ctor@Gtk.DropDown.new_from_strings], for instance, the object returned from
* [method@Gtk.DropDown.get_selected_item] will be a [class@Gtk.StringObject].
*
* To learn more about the list widget framework, see the
* [overview](section-list-widget.html).
*