summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-03 13:07:22 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-03 14:19:45 +0100
commitaae67b8fbdbc6bd66b9ccf65b10399f21d297b0e (patch)
tree1de62ec6f137c4c4e3a8b284fb5ada5c7117c739
parent208a53fa396ce08008d3be87697ba66210eeeea1 (diff)
downloadgtk+-aae67b8fbdbc6bd66b9ccf65b10399f21d297b0e.tar.gz
gtk: update annotation of gtk_single_selection_get_selected_item
-rw-r--r--gtk/gtksingleselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksingleselection.c b/gtk/gtksingleselection.c
index e072594d6a..91f3261d6a 100644
--- a/gtk/gtksingleselection.c
+++ b/gtk/gtksingleselection.c
@@ -625,7 +625,7 @@ gtk_single_selection_set_selected (GtkSingleSelection *self,
*
* 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_single_selection_get_selected_item (GtkSingleSelection *self)