FileChooser: Update set_local_only() doc’s default

The property now defaults to FALSE, but the setter doc didn’t reflect it

While here, add a missing apostrophe too.

https://bugzilla.gnome.org/show_bug.cgi?id=791176
This commit is contained in:
Daniel Boles 2017-12-04 15:09:53 +00:00
parent 84431ab927
commit fe20fc3128

View File

@ -528,9 +528,9 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser)
* @local_only: %TRUE if only local files can be selected
*
* Sets whether only local files can be selected in the
* file selector. If @local_only is %TRUE (the default),
* file selector. If @local_only is %TRUE (the default is %FALSE),
* then the selected file or files are guaranteed to be
* accessible through the operating systems native file
* accessible through the operating systems native file
* system and therefore the application only
* needs to worry about the filename functions in
* #GtkFileChooser, like gtk_file_chooser_get_filename(),