guile-devel
[Top][All Lists]
Advanced

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

Re: inotify ffi


From: Eli Zaretskii
Subject: Re: inotify ffi
Date: Tue, 11 Nov 2014 22:00:24 +0200

> Date: Wed, 12 Nov 2014 01:59:13 +0800
> From: Chaos Eternal <address@hidden>
> 
> and it is not very portable.
> 
> 
> On Wed, Nov 12, 2014 at 1:55 AM, Chaos Eternal <address@hidden> wrote:
> > i wrote a FFI to inotify system call.
> >
> > https://github.com/ChaosEternal/guile-inotify2
> >
> > procedures:
> > * inotify-init
> > * inotify-init1
> > * inotify-add-watch
> > * inotify-rm-watch
> > * inotify-read-port
> >
> > the errno handle is unreliable, use with caution.
> >
> > License: LGPL v3

Why not use the glib file monitoring instead?  It is much more
portable, and has an inotify back-end AFAIK.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]