[gtk/gtk-3-24: 1/2] gtk_file_chooser_set_current_name: fix type of name argument
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24: 1/2] gtk_file_chooser_set_current_name: fix type of name argument
- Date: Fri, 5 Jun 2020 11:25:47 +0000 (UTC)
commit 1573ff6803d9c7a41145d21d5fa640ddc493bad2
Author: Thomas Holder <thomas thomas-holder de>
Date: Fri Jun 5 12:43:49 2020 +0200
gtk_file_chooser_set_current_name: fix type of name argument
The description says UTF-8 string, but the annotation said filename.
gtk/gtkfilechooser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 801eca621f..4e22c52b06 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -957,7 +957,7 @@ gtk_file_chooser_get_current_folder (GtkFileChooser *chooser)
/**
* gtk_file_chooser_set_current_name:
* @chooser: a #GtkFileChooser
- * @name: (type filename): the filename to use, as a UTF-8 string
+ * @name: (type utf8): the filename to use, as a UTF-8 string
*
* Sets the current name in the file selector, as if entered
* by the user. Note that the name passed in here is a UTF-8
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]