paul-nameless / pyfswatch

Python binding to libfswatch
MIT License
10 stars 9 forks source link

Properly send flags and all events to callback #7

Open Ansud opened 2 years ago

Ansud commented 2 years ago

pyfswatch return to callback pointer to array of flags instead of list of flags set. Also it use only first event.

So, i changed it a bit and now it works as should be.

Signed-off-by: Anton Zelenov antonz@sit.org