On Fri, 8 Apr 2005, Pavel Tsekov wrote:

> > Suggestions are welcome.
>
> Ok - several points:

8) Another thing that might be of interest. You can check if the
   directory you are monitoring resides on a vfs and if this is the
   case you have to disable monitoring for that directory. You can use the
   following method for example:


   int flags = vfs_file_class_flags (path);
   if (flags & VFSF_LOCAL) {
     ...
   } else {
     disable dnotify
   }


_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to