aboutsummaryrefslogtreecommitdiff
path: root/autoreload_inotify.c
Commit message (Collapse)AuthorAgeFilesLines
* Revised error reporting in autoreload_inotifyBert Münnich2017-05-171-20/+11
| | | | | No repeated error messages after failed initialization. No error messages on failed inotify_rm_watch().
* Fix code-style in autoreload_inotify.cBert Münnich2017-05-171-38/+23
|
* Revised autoreload interfaceBert Münnich2017-05-171-57/+53
| | | | | | | | | | | | Make the header only contain the public interface and nothing from the implementation. All functions get a handle to their self object, like the img_ and tns_ and win_ functions. All necessary data (file path) is also passed as an argument, so that no extern redeclarations are needed. Make arl_setup_dir() private, it's not called outside the module. Make arl_handle() return true if the file has changed, so that the reloading of the file can be done by the caller.
* Add autoreload support by inotify (and dummy backend nop)Max Voit2017-05-171-0/+154