Re: [patch] Synchronization of the panels
- From: Pavel Tsekov <ptsekov gmx net>
- To: Siver Andrey <siver sirius ihep su>
- Cc: mc-devel gnome org
- Subject: Re: [patch] Synchronization of the panels
- Date: Fri, 8 Apr 2005 17:00:03 +0300
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
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]