g_file_enumerate_children: Fix reference to wrong error code
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 14:03:20 +0000 (09:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 14:05:41 +0000 (09:05 -0500)
This function does in fact return G_IO_ERROR_NOT_DIRETORY, and
not G_FILE_ERROR_NOTDIR.

gio/gfile.c

index 9130800..eecebca 100644 (file)
@@ -874,7 +874,7 @@ g_file_resolve_relative_path (GFile      *file,
  * returned.
  *
  * If the file does not exist, the %G_IO_ERROR_NOT_FOUND error will
- * be returned. If the file is not a directory, the %G_FILE_ERROR_NOTDIR
+ * be returned. If the file is not a directory, the %G_IO_ERROR_NOT_DIRECTORY
  * error will be returned. Other errors are possible too.
  *
  * Returns: (transfer full): A #GFileEnumerator if successful,