Merge branch 'tintou/dropdown-annotations' into 'master'

dropdown: Annotate the get_selected_item method

See merge request GNOME/gtk!2152
This commit is contained in:
Emmanuele Bassi
2020-06-26 08:48:51 +00:00

View File

@@ -821,7 +821,7 @@ gtk_drop_down_get_selected (GtkDropDown *self)
*
* Gets the selected item. If no item is selected, %NULL is returned.
*
* Returns: (transfer none): The selected item
* Returns: (transfer none) (type GObject) (nullable): The selected item
*/
gpointer
gtk_drop_down_get_selected_item (GtkDropDown *self)