summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-06Closed a <pre> section in a Doxygen-enabled commentclem1-0/+1
2004-04-21add API documentation for OFileNotificationmickeyl1-3/+87
2004-04-202nd milestone reached: Notification now works with deleted, renamed, andmickeyl1-1/+9
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE)
2004-04-19First milestone reached:mickeyl1-1/+3
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files.
2004-04-18Compile fix for gcc-2.95 <sigh>brad1-0/+3
2004-04-18the notifier interface is shaping upmickeyl1-8/+28
Brad: I sorted the "DN_xxx undeclared" issue out, please test
2004-04-16initial checkin of file and directory notifying classesmickeyl1-0/+72
this is work in progress. don't look to close yet