summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2020-10-12 12:26:45 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2020-10-12 12:26:45 +0000
commit1eee1980ed3839808f2ce9a4991086815a3e0164 (patch)
treef743adf159631330169b1b2a5d741e83a9908971
parent57b0ac9b42128ef4dfd388a15679c05ba982116c (diff)
parent7072d57d12036964ff4f54405df7f8fe851d7982 (diff)
downloadgtk+-1eee1980ed3839808f2ce9a4991086815a3e0164.tar.gz
Merge branch 'file-chooser-docs' into 'gtk-3-24'
gtkfilechooser: Fix open() references in documentation See merge request GNOME/gtk!2682
-rw-r--r--gtk/gtkfilechooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 4e22c52b06..0be35921e1 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -68,7 +68,7 @@
* variable.
*
* This means that while you can pass the result of
- * gtk_file_chooser_get_filename() to open() or fopen(),
+ * gtk_file_chooser_get_filename() to g_open() or g_fopen(),
* you may not be able to directly set it as the text of a
* #GtkLabel widget unless you convert it first to UTF-8,
* which all GTK+ widgets expect. You should use g_filename_to_utf8()