diff options
author | Rebecca Schulman <rebecka@eazel.com> | 2000-10-09 21:41:12 +0000 |
---|---|---|
committer | Rebecca Schulman <rebecka@src.gnome.org> | 2000-10-09 21:41:12 +0000 |
commit | 0a5e99aa5ece6c5f4212672c0de918deb19cc5e5 (patch) | |
tree | 167fb2f043c1efe9e0f96afc530054a260f0f9d4 /libnautilus-extensions/nautilus-file-private.h | |
parent | 3ad6156597e4f185b329e60be175c6f5ba55a8b3 (diff) | |
download | nautilus-0a5e99aa5ece6c5f4212672c0de918deb19cc5e5.tar.gz |
Fixed bugzilla bug 3359, to create nautilus file api call to get the error
2000-10-09 Rebecca Schulman <rebecka@eazel.com>
Fixed bugzilla bug 3359, to create nautilus
file api call to get the error code for
when a get file info call failed
* libnautilus-extensions/nautilus-directory-async.c:
(get_info_callback):
Record the error received in the file structure
* libnautilus-extensions/nautilus-file-private.h:
store the error in a field in NautilusFile
* libnautilus-extensions/nautilus-file.h:
* libnautilus-extensions/nautilus-file.c:
(nautilus_file_get_info_failed):
Add new API call
Diffstat (limited to 'libnautilus-extensions/nautilus-file-private.h')
-rw-r--r-- | libnautilus-extensions/nautilus-file-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-extensions/nautilus-file-private.h b/libnautilus-extensions/nautilus-file-private.h index 0ba1e59ed..acd6fde80 100644 --- a/libnautilus-extensions/nautilus-file-private.h +++ b/libnautilus-extensions/nautilus-file-private.h @@ -35,6 +35,7 @@ struct NautilusFileDetails GnomeVFSFileInfo *info; gboolean get_info_failed; + GnomeVFSResult get_info_error; /* Since the file info doesn't remember what mime type it got, we'll just keep them here, where it |