Re: [RFC] Simple file monitoring API for GLib



Hi,

On Mon, 2006-05-08 at 22:49 +0100, Emmanuele Bassi wrote:
>   typedef enum {
>     G_FILE_CREATED_EVENT,
>     G_FILE_CHANGED_EVENT,
>     G_FILE_REMOVED_EVENT,
>     G_FILE_UNKNOWN_EVENT
>   } GFileEvent;

Would G_FILE_CHANGED_EVENT be fired on file attribute change (like
chmod, chown, or an extended attribute), or only on file content change?
I think exactly what "changed" means needs to be clearly spec'd out.

Thanks,
Joe





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]