From 1c6de294d829de65b98631d74d0e25ce32867120 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 May 2010 09:34:38 -0400 Subject: Document GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME --- gtk/gtkfilechooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfilechooser.h') 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. -- cgit v1.2.1