mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
filechooser: Add missing array annotations to add_choice()
This commit is contained in:
parent
6e6e6d774f
commit
3c38ebb906
@ -2269,8 +2269,8 @@ gtk_file_chooser_get_do_overwrite_confirmation (GtkFileChooser *chooser)
|
|||||||
* @chooser: a #GtkFileChooser
|
* @chooser: a #GtkFileChooser
|
||||||
* @id: id for the added choice
|
* @id: id for the added choice
|
||||||
* @label: user-visible label for the added choice
|
* @label: user-visible label for the added choice
|
||||||
* @options: ids for the options of the choice, or %NULL for a boolean choice
|
* @options: (nullable) (array zero-terminated=1): ids for the options of the choice, or %NULL for a boolean choice
|
||||||
* @option_labels: user-visible labels for the options, must be the same length as @options
|
* @option_labels: (nullable) (array zero-terminated=1): user-visible labels for the options, must be the same length as @options
|
||||||
*
|
*
|
||||||
* Adds a 'choice' to the file chooser. This is typically implemented
|
* Adds a 'choice' to the file chooser. This is typically implemented
|
||||||
* as a combobox or, for boolean choices, as a checkbutton. You can select
|
* as a combobox or, for boolean choices, as a checkbutton. You can select
|
||||||
|
Loading…
Reference in New Issue
Block a user