diff options
Diffstat (limited to 'gtk/gtkradioaction.c')
-rw-r--r-- | gtk/gtkradioaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index 1d9cfc56e6..8338e17a6d 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -183,8 +183,8 @@ gtk_radio_action_init (GtkRadioAction *action) /** * gtk_radio_action_new: * @name: A unique name for the action - * @label: The label displayed in menu items and on buttons, or %NULL - * @tooltip: A tooltip for this action, or %NULL + * @label: (allow-none): The label displayed in menu items and on buttons, or %NULL + * @tooltip: (allow-none): A tooltip for this action, or %NULL * @stock_id: The stock icon to display in widgets representing this * action, or %NULL * @value: The value which gtk_radio_action_get_current_value() should |