CVSROOT:        /cvs/gnome
Module name:    libinotify
Changes by:     ryanl   05/09/14 21:22:30

Modified files:
        .              : ChangeLog 
        libinotify     : inotify-handle.c inotify-handle.h 
                         inotify-listhash.c inotify-listhash.h 
                         inotify-log.h inotify-monitor.c 
                         inotify-monitor.h 

Log message:
2005-09-14  Ryan Lortie  <[EMAIL PROTECTED]>

* libinotify/inotify-handle.c: New 'flags' and 'state' fields.
inotify_handle_new now is called before the wd is known.  New
self-explanatory functions: set_wd, get_filename, get_basename,

* libinotify/inotify-handle.h: Add set_wd, get_filename, get_basename
and update prototype for inotify_handle_new.

* libinotify/inotify-listhash.h:
* libinotify/inotify-listhash.c (inotify_listhash_append): Take wd
and set it (using inotify_handle_set_wd) before adding into the
lasthash.

* libinotify/inotify-monitor.h: Add some constant flags that will
change.

* libinotify/inotify-monitor.c: Revert to using unix read() directly
instead of the gio stuff (which doesn't work like one might expect).
Also, add preliminary support for FILE_BASED style watches.  Doesn't
actually work yet.

* libinotify/inotify-log.h: #include <stdlib.h> for getenv().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libinotify&who=ryanl&date=explicit&mindate=2005-09-14%2021:21&maxdate=2005-09-14%2021:23

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to