summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-13 17:34:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-13 17:34:00 +0000
commit76759f3410a0a1f2c9f7722956d766ee22851053 (patch)
tree4f0a4cb0770cf1eda058738b9ca92966e814630a
parent74da02e12eb7668bdd388fcb3b17a81af140f79d (diff)
downloadgdk-pixbuf-76759f3410a0a1f2c9f7722956d766ee22851053.tar.gz
Add some docs. (#316001, Guillaume Cottenceau)
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs. (#316001, Guillaume Cottenceau)
-rw-r--r--gtk/gtkfilechooser.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 18040f8e1..721b61aae 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -260,7 +260,16 @@ gtk_file_chooser_class_init (gpointer g_iface)
P_("Whether the hidden files and folders should be displayed"),
FALSE,
GTK_PARAM_READWRITE));
-
+
+ /**
+ * GtkFileChooser:do-overwrite-confirmation:
+ *
+ * Whether a file chooser in GTK_FILE_CHOOSER_ACTION_SAVE
+ * will present an overwrite confirmation dialog if the user
+ * selects a file name that already exists.
+ *
+ * Since: 2.8
+ */
g_object_interface_install_property (g_iface,
g_param_spec_boolean ("do-overwrite-confirmation",
P_("Do overwrite confirmation"),