diff options
author | Timm Bäder <mail@baedert.org> | 2016-07-23 14:07:47 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-07-23 14:07:47 +0200 |
commit | dd09e252c937302f9519b088ff6963e826a95b85 (patch) | |
tree | e156a8c426d883bac21b5f8612f7a50da0317d11 /gtk/gtkfilechooser.c | |
parent | 82fd72a477682dce8383485372192130aa440f77 (diff) | |
download | gtk+-dd09e252c937302f9519b088ff6963e826a95b85.tar.gz |
Fix a few documentation parameter names
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 18cc5aff74..0a27b9ce4c 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -2318,7 +2318,7 @@ gtk_file_chooser_remove_choice (GtkFileChooser *chooser, * gtk_file_chooser_set_choice: * @chooser: a #GtkFileChooser * @id: the ID of the choice to set - * @selected: the ID of the option to select + * @option: the ID of the option to select * * Selects an option in a 'choice' that has been added with * gtk_file_chooser_add_choice(). For a boolean choice, the |