summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.c
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2020-11-21 16:33:40 +0100
committerSophie Herold <sophie@hemio.de>2020-11-21 16:33:40 +0100
commit1e01b9079d5299a86f88377badee8b686ed03a05 (patch)
tree1f18a7268b6f70e529803fe7e1438fde240457ba /gtk/gtkactionable.c
parentbe688c46f2d0290d70f9c8b245cd87324ac23c00 (diff)
downloadgtk+-1e01b9079d5299a86f88377badee8b686ed03a05.tar.gz
Fix some nullable return annotations
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r--gtk/gtkactionable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c
index 150a91055b..f2a38fe71d 100644
--- a/gtk/gtkactionable.c
+++ b/gtk/gtkactionable.c
@@ -130,7 +130,7 @@ gtk_actionable_set_action_name (GtkActionable *actionable,
*
* See gtk_actionable_set_action_target_value() for more information.
*
- * Returns: (transfer none): the current target value
+ * Returns: (nullable) (transfer none): the current target value
**/
GVariant *
gtk_actionable_get_action_target_value (GtkActionable *actionable)