summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-25 09:34:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-25 09:34:38 -0400
commit1c6de294d829de65b98631d74d0e25ce32867120 (patch)
tree100799ea4ad24a056a458b178388030206915eb2 /gtk/gtkfilechooser.h
parent00be72aef4da67edd6b28d2b48f13bd8bc8110ff (diff)
downloadgtk+-1c6de294d829de65b98631d74d0e25ce32867120.tar.gz
Document GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
Diffstat (limited to 'gtk/gtkfilechooser.h')
-rw-r--r--gtk/gtkfilechooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h
index bcc8734d8a..a7d0512b43 100644
--- a/gtk/gtkfilechooser.h
+++ b/gtk/gtkfilechooser.h
@@ -101,7 +101,7 @@ GType gtk_file_chooser_get_type (void) G_GNUC_CONST;
* @GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename.
* @GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: Indicates a duplicate path (e.g. when
* adding a bookmark).
- * @GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME:
+ * @GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME: Indicates an incomplete hostname (e.g. "http://foo" without a slash after that).
*
* These identify the various errors that can occur while calling
* #GtkFileChooser functions.