[gamin] Re: gam_subscription_wants_event



> > Gamin should emit FAMExists and FAMEndExist for /a/b.  Right?
> 
>   not always ! See the noexist extension.

Right.  But isn't that caught by

      if ((sub->options & GAM_OPT_NOEXISTS) &&
        ((event == GAMIN_EVENT_EXISTS) ||
	 (event == GAMIN_EVENT_ENDEXISTS)))
	return FALSE;

and not the last if block?




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