diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-22 13:56:47 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-22 14:02:07 +0200 |
commit | a3f1596069ae966ffa785e85327a868e041560c4 (patch) | |
tree | 54e57c55f3d8e73ceb7d1c6db7fe54c550fc0726 /gtk/gtkactionable.c | |
parent | 54fdcb3ffac3383432b379f3e16e8cb0086b8101 (diff) | |
download | gtk+-a3f1596069ae966ffa785e85327a868e041560c4.tar.gz |
Add some missing (nullable) annotations
https://bugzilla.gnome.org/show_bug.cgi?id=771826
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r-- | gtk/gtkactionable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index c28fae2556..e12936a834 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -102,7 +102,7 @@ gtk_actionable_get_action_name (GtkActionable *actionable) /** * gtk_actionable_set_action_name: * @actionable: a #GtkActionable widget - * @action_name: an action name, or %NULL + * @action_name: (nullable): an action name, or %NULL * * Specifies the name of the action with which this widget should be * associated. If @action_name is %NULL then the widget will be |