Re: Thinking about GtkFileSystem
- From: Soeren Sandmann <sandmann daimi au dk>
- To: Owen Taylor <otaylor redhat com>
- Cc: gtk-devel-list gnome org, ettore ximian gnome org, alexl redhat com
- Subject: Re: Thinking about GtkFileSystem
- Date: 14 Mar 2003 14:11:25 +0100
Owen Taylor <otaylor redhat com> writes:
> /* Methods
> */
> GSList * (*list_roots) (GtkFileSystem *file_system);
Should this call be able to return an error? I imagine stuff like "no
response from server". Essentially, a file system should be able to
report that it is unusable for some reason.
> Miscellaneous questions about API
> =================================
>
> - Supporting operations on a non-monitored directory is
> going to add complexity to file system implementations.
> Perhaps we should rename GtkFolderMonitor to GtkFileFolder
> and move list_children() and get_info() to there.
That sounds like a good idea to me. A GtkFileFolder would then become
a natural place to associate caching information.
> - Is additional information needed in GtkFileInfo -
> is-symlink? atime? ctime? permissions?
It seems to me that the file system must be able to report about
hidden files. On Unix that would be files whose name start with a dot,
but on Windows "hidden" is a separate attribute on the file.
Søren
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]